Merge "Fix swift-recon --all help message"

This commit is contained in:
Jenkins 2015-02-23 01:41:48 +00:00 committed by Gerrit Code Review
commit 078b7aa507

View File

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