mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix help message for key logfile
This commit is contained in:
parent
9de83faa49
commit
dc82d7f007
@ -599,7 +599,7 @@ class SaltKey(object):
|
||||
parser.add_option('--key-logfile',
|
||||
dest='key_logfile',
|
||||
help=('Send all output to a file. '
|
||||
'Default is /var/log/salt/key.log'))
|
||||
'Default is /var/log/salt/key'))
|
||||
|
||||
parser.add_option('--gen-keys',
|
||||
dest='gen_keys',
|
||||
|
Loading…
Reference in New Issue
Block a user