From 46decfbd7a13ad025ba36d819e7598c6332747cf Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Thu, 14 Apr 2016 17:21:53 +0800 Subject: Trivial: Fix incorrect comment text Change-Id: Ia6ec15f11a535a8de5769569d75e81094caed171 --- openstackclient/volume/v1/snapshot.py | 2 +- openstackclient/volume/v2/snapshot.py | 2 +- openstackclient/volume/v2/volume_type.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'openstackclient') diff --git a/openstackclient/volume/v1/snapshot.py b/openstackclient/volume/v1/snapshot.py index 46ea86ae..6c6131ea 100644 --- a/openstackclient/volume/v1/snapshot.py +++ b/openstackclient/volume/v1/snapshot.py @@ -249,7 +249,7 @@ class UnsetSnapshot(command.Command): action='append', default=[], help='Property to remove from snapshot ' - '(repeat option to remove multiple values)', + '(repeat option to remove multiple properties)', required=True, ) return parser diff --git a/openstackclient/volume/v2/snapshot.py b/openstackclient/volume/v2/snapshot.py index 0b3da128..f124a5e2 100644 --- a/openstackclient/volume/v2/snapshot.py +++ b/openstackclient/volume/v2/snapshot.py @@ -240,7 +240,7 @@ class UnsetSnapshot(command.Command): action='append', default=[], help='Property to remove from snapshot ' - '(repeat option to remove multiple values)', + '(repeat option to remove multiple properties)', ) return parser diff --git a/openstackclient/volume/v2/volume_type.py b/openstackclient/volume/v2/volume_type.py index 12828de2..203974da 100644 --- a/openstackclient/volume/v2/volume_type.py +++ b/openstackclient/volume/v2/volume_type.py @@ -57,7 +57,7 @@ class CreateVolumeType(command.ShowOne): '--property', metavar='', action=parseractions.KeyValueAction, - help='Set a property on this volume type' + help='Set a property on this volume type ' '(repeat option to set multiple properties)', ) return parser -- cgit v1.2.1