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:
@@ -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.')
|
||||
|
Reference in New Issue
Block a user