Merge pull request #25990 from rallytime/bp-25976

Back-port #25976 to 2015.5
This commit is contained in:
Mike Place 2015-08-04 08:36:52 -06:00
commit 6383dd8a7d

View file

@ -285,7 +285,7 @@ class SaltfileMixIn(object):
def _mixin_setup(self):
self.add_option(
'--saltfile', default=None,
help='Specify the path to a Saltfile. If not passed, on will be '
help='Specify the path to a Saltfile. If not passed, one will be '
'searched for in the current working directory'
)