Merge "Added help text for the debug option"

This commit is contained in:
Jenkins
2014-06-17 05:06:14 +00:00
committed by Gerrit Code Review

View File

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