mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix help message in salt cli
This commit is contained in:
parent
745c26ffd1
commit
a4922d4abe
1 changed files with 1 additions and 2 deletions
|
@ -62,8 +62,7 @@ class SaltCMD(object):
|
|||
default=False,
|
||||
action='store_true',
|
||||
help='Execute a salt command query, this can be used to find'\
|
||||
+ ' previous function calls, of to look up a call that'\
|
||||
+ ' occured at a specific time.')
|
||||
+ ' the results os a previous function call: -Q test.echo')
|
||||
parser.add_option('-c',
|
||||
'--config',
|
||||
default='/etc/salt/master',
|
||||
|
|
Loading…
Add table
Reference in a new issue