added help for -H, -i command line options

This commit is contained in:
rhoerbe
2014-03-21 14:59:08 +01:00
parent 7acb36344c
commit 76b45ee9e8

View File

@@ -82,10 +82,12 @@ class Client(object):
help="Print debug information")
self._parser.add_argument("-H",
dest="pretty",
action='store_true')
action='store_true',
help="Human readable status output")
self._parser.add_argument("-i",
dest="insecure",
action='store_true')
action='store_true',
help="do not verify TLS certificates")
self._parser.add_argument('-J',
dest="json_config_file",
help="Script configuration")