Change --size helptext to include backup
Followup from [1]. Modifying help text of --size argument to include --backup option. [1] https://review.opendev.org/c/openstack/python-openstackclient/+/864893 Change-Id: I12cf60079ebcfe1cd059602fbfc1a13c8fe86803
This commit is contained in:
parent
bd0727c4f8
commit
96162c24ea
@ -93,8 +93,8 @@ class CreateVolume(command.ShowOne):
|
||||
"--size",
|
||||
metavar="<size>",
|
||||
type=int,
|
||||
help=_("Volume size in GB (Required unless --snapshot or "
|
||||
"--source is specified)"),
|
||||
help=_("Volume size in GB (required unless --snapshot, "
|
||||
"--source or --backup is specified)"),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--type",
|
||||
|
Loading…
x
Reference in New Issue
Block a user