mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25990 from rallytime/bp-25976
Back-port #25976 to 2015.5
This commit is contained in:
commit
6383dd8a7d
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