Added help text for the debug option
This adds a short help text for --debug on the command line. Prior to this short help text the debug option was hidden. Change-Id: I2e641ec496e596fcc4879855ac750d957522be88 Closes-Bug: #1328813
This commit is contained in:
@@ -99,7 +99,10 @@ class OpenStackIdentityShell(object):
|
|||||||
parser.add_argument('--debug',
|
parser.add_argument('--debug',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=argparse.SUPPRESS)
|
help="Prints debugging output onto the console, "
|
||||||
|
"this includes the curl request and response "
|
||||||
|
"calls. Helpful for debugging and "
|
||||||
|
"understanding the API calls.")
|
||||||
|
|
||||||
parser.add_argument('--timeout',
|
parser.add_argument('--timeout',
|
||||||
default=600,
|
default=600,
|
||||||
|
Reference in New Issue
Block a user