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",
|
"--size",
|
||||||
metavar="<size>",
|
metavar="<size>",
|
||||||
type=int,
|
type=int,
|
||||||
help=_("Volume size in GB (Required unless --snapshot or "
|
help=_("Volume size in GB (required unless --snapshot, "
|
||||||
"--source is specified)"),
|
"--source or --backup is specified)"),
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--type",
|
"--type",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user