Fix help message in salt cli

This commit is contained in:
Thomas S Hatch 2011-04-01 21:46:31 -06:00
parent 745c26ffd1
commit a4922d4abe

View file

@ -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',