correct the labeling in the --help output

This commit is contained in:
Martin A. Brown 2016-03-01 13:21:11 -08:00
parent 7664d35090
commit 4ec06998b4
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ def collectconfiguration(tag, argv):
g.add_argument('--summary',
'-t',
action='store_true', default=False,
help='dump inventory status report [%(default)s]')
help='dump inventory summary report [%(default)s]')
ap.add_argument('--verbose',
action='store_true', default=False,
help='more info in --list and --status [%(default)s]')
help='more info in --list/--detail [%(default)s]')
ap.add_argument('--loglevel',
default=logging.ERROR, type=arg_isloglevel,
help='set the loglevel')