diff options
| author | Zuul <zuul@review.opendev.org> | 2022-05-16 09:36:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-05-16 09:36:14 +0000 |
| commit | ccd877dd405191002f0f1b0e7ed414671e8a8e64 (patch) | |
| tree | 768997c3c598e337c1b05d72b13c883e865611bc /openstackclient/volume | |
| parent | 4b97a8518146f1427090801e8535251545617de2 (diff) | |
| parent | 43639e1118a757fd1a00d9ea999db43133c40763 (diff) | |
| download | python-openstackclient-ccd877dd405191002f0f1b0e7ed414671e8a8e64.tar.gz | |
Merge "Fix typos"
Diffstat (limited to 'openstackclient/volume')
| -rw-r--r-- | openstackclient/volume/v1/volume_type.py | 2 | ||||
| -rw-r--r-- | openstackclient/volume/v2/volume_snapshot.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/volume/v1/volume_type.py b/openstackclient/volume/v1/volume_type.py index 4f015d13..c584943e 100644 --- a/openstackclient/volume/v1/volume_type.py +++ b/openstackclient/volume/v1/volume_type.py @@ -411,7 +411,7 @@ class UnsetVolumeType(command.Command): "--encryption-type", action="store_true", help=_("Remove the encryption type for this volume type " - "(admin oly)"), + "(admin only)"), ) return parser diff --git a/openstackclient/volume/v2/volume_snapshot.py b/openstackclient/volume/v2/volume_snapshot.py index 656f59d4..53d8d27f 100644 --- a/openstackclient/volume/v2/volume_snapshot.py +++ b/openstackclient/volume/v2/volume_snapshot.py @@ -98,7 +98,7 @@ class CreateVolumeSnapshot(command.ShowOne): "--remote-source", metavar="<key=value>", action=parseractions.KeyValueAction, - help=_("The attribute(s) of the exsiting remote volume snapshot " + help=_("The attribute(s) of the existing remote volume snapshot " "(admin required) (repeat option to specify multiple " "attributes) e.g.: '--remote-source source-name=test_name " "--remote-source source-id=test_id'"), |
