Merge "Fix swift-recon --all help message"
This commit is contained in:
commit
078b7aa507
@ -880,8 +880,8 @@ class SwiftRecon(object):
|
||||
args.add_option('--top', type='int', metavar='COUNT', default=0,
|
||||
help='Also show the top COUNT entries in rank order.')
|
||||
args.add_option('--all', action="store_true",
|
||||
help="Perform all checks. Equal to -arudlq --md5 "
|
||||
"--sockstat")
|
||||
help="Perform all checks. Equal to \t\t\t-arudlq "
|
||||
"--md5 --sockstat --auditor --updater --expirer")
|
||||
args.add_option('--region', type="int",
|
||||
help="Only query servers in specified region")
|
||||
args.add_option('--zone', '-z', type="int",
|
||||
|
Loading…
x
Reference in New Issue
Block a user