mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo in help output
"on will be searched"->"one will be search"
This commit is contained in:
parent
2dca8d959b
commit
5f6dc0cc85
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue