Improve help text for --size option

Update help text to indicate that --size may be a required parameter.

Change-Id: If1a40475a8d4a8e1c71c2c1e61a87bacb6e42e00
Closes-Bug: 1336807
This commit is contained in:
Greg Lucas
2014-07-24 16:34:28 -04:00
parent 0330b94abc
commit 872abf2c9d

View File

@@ -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.')