Fix saltkey accept all

This commit is contained in:
Thomas S Hatch 2011-03-24 19:13:15 -06:00
parent 20cf0ec436
commit 8105c1554f

View File

@ -179,6 +179,7 @@ class SaltKey(object):
'--accept-all',
dest='accept_all',
default=False,
action='store_true',
help='Accept all pending keys')
parser.add_option('-c',