diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py index 829e97f2..3c649692 100644 --- a/troveclient/v1/shell.py +++ b/troveclient/v1/shell.py @@ -183,7 +183,8 @@ def do_update(cs, args): metavar='', 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='', help='Flavor of the instance.')