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:
Christian Berendt 2014-07-01 15:17:34 +02:00
parent 043b987e8a
commit 5036106046
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ You'll find complete documentation on the shell by running
env[OS_CACERT].
--retries <retries> Number of retries.
--json, --os-json-output
Output json instead of prettyprint. Defaults to
Output JSON instead of prettyprint. Defaults to
env[OS_JSON_OUTPUT].
Python API

View File

@ -220,7 +220,7 @@ class OpenStackTroveShell(object):
action='store_true',
default=utils.env('OS_JSON_OUTPUT',
default=False),
help='Output json instead of prettyprint. '
help='Output JSON instead of prettyprint. '
'Defaults to env[OS_JSON_OUTPUT].')
return parser