From 50361060467586f2fa4879ae24d618a4fbfa8f5c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 1 Jul 2014 15:17:34 +0200 Subject: [PATCH] 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 --- README.rst | 2 +- troveclient/shell.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 44d8192f..14e827b9 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 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 7e21817e..e03a2e94 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