Use JSON instead of json in the parameter descriptions
This change only changes the wording of a help string. It should be 'JSON' instead of 'json'. Change-Id: I11796e8aa6e475790838db44206e8ed85ebb1505
This commit is contained in:
@@ -175,7 +175,7 @@ You'll find complete documentation on the shell by running
|
|||||||
env[OS_CACERT].
|
env[OS_CACERT].
|
||||||
--retries <retries> Number of retries.
|
--retries <retries> Number of retries.
|
||||||
--json, --os-json-output
|
--json, --os-json-output
|
||||||
Output json instead of prettyprint. Defaults to
|
Output JSON instead of prettyprint. Defaults to
|
||||||
env[OS_JSON_OUTPUT].
|
env[OS_JSON_OUTPUT].
|
||||||
|
|
||||||
Python API
|
Python API
|
||||||
|
@@ -220,7 +220,7 @@ class OpenStackTroveShell(object):
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
default=utils.env('OS_JSON_OUTPUT',
|
default=utils.env('OS_JSON_OUTPUT',
|
||||||
default=False),
|
default=False),
|
||||||
help='Output json instead of prettyprint. '
|
help='Output JSON instead of prettyprint. '
|
||||||
'Defaults to env[OS_JSON_OUTPUT].')
|
'Defaults to env[OS_JSON_OUTPUT].')
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
|
Reference in New Issue
Block a user