diff options
| author | whoami-rajat <rajatdhasmana@gmail.com> | 2022-11-22 20:59:13 +0530 |
|---|---|---|
| committer | whoami-rajat <rajatdhasmana@gmail.com> | 2022-11-22 21:20:19 +0530 |
| commit | 96162c24eaba5ba70a6d8f61da815d2d6ffea7ed (patch) | |
| tree | 50eca78fe1b1cad7615e1fee9dca20061565d86d /openstackclient/volume | |
| parent | bd0727c4f897289722ba639930c9e979cfee534a (diff) | |
| download | python-openstackclient-96162c24eaba5ba70a6d8f61da815d2d6ffea7ed.tar.gz | |
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
Diffstat (limited to 'openstackclient/volume')
| -rw-r--r-- | openstackclient/volume/v2/volume.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/volume/v2/volume.py b/openstackclient/volume/v2/volume.py index 53f6e643..ffcbd573 100644 --- a/openstackclient/volume/v2/volume.py +++ b/openstackclient/volume/v2/volume.py @@ -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", |
