Typo in help output

"on will be searched"->"one will be search"
This commit is contained in:
Ori Schwartz 2015-08-03 16:01:01 -04:00 committed by rallytime
parent 2dca8d959b
commit 5f6dc0cc85

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'
)