summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lucas <glucas@tesora.com>2014-07-24 16:34:28 -0400
committerGreg Lucas <glucas@tesora.com>2014-07-24 16:52:14 -0400
commit872abf2c9d57bdec03433b23bf48ac4eb5a79ac6 (patch)
treed17ecadbb0590a147033e13a1d07f832fc110cdc
parent0330b94abc71cf2b16f1a9f2502d606210092b65 (diff)
downloadpython-troveclient-872abf2c9d57bdec03433b23bf48ac4eb5a79ac6.tar.gz
Improve help text for --size option
Update help text to indicate that --size may be a required parameter. Change-Id: If1a40475a8d4a8e1c71c2c1e61a87bacb6e42e00 Closes-Bug: 1336807
-rw-r--r--troveclient/v1/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py
index 829e97f..3c64969 100644
--- a/troveclient/v1/shell.py
+++ b/troveclient/v1/shell.py
@@ -183,7 +183,8 @@ def do_update(cs, args):
metavar='<size>',
type=int,
default=None,
- help='Size of the instance disk in GB.')
+ help="Size of the instance disk volume in GB. "
+ "Required when volume support is enabled.")
@utils.arg('flavor_id',
metavar='<flavor_id>',
help='Flavor of the instance.')