summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-01 15:17:34 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-16 12:43:59 +0200
commit50361060467586f2fa4879ae24d618a4fbfa8f5c (patch)
treed8ce7ef0f01e0680f84856e394ddcf68be143aa1
parent043b987e8a80763b33fee961619834b2fea00237 (diff)
downloadpython-troveclient-50361060467586f2fa4879ae24d618a4fbfa8f5c.tar.gz
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
-rw-r--r--README.rst2
-rw-r--r--troveclient/shell.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 44d8192..14e827b 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/troveclient/shell.py b/troveclient/shell.py
index 7e21817..e03a2e9 100644
--- a/troveclient/shell.py
+++ b/troveclient/shell.py
@@ -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