summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v1
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-04-12 15:57:17 +0800
committerTang Chen <chen.tang@easystack.cn>2016-04-12 15:57:17 +0800
commit32c627eaf0481eb593388d2d76abffcf2b721136 (patch)
tree99ed0b11fad33b88212e94ac73e7c6d4d1e0c37b /openstackclient/volume/v1
parent3be49a8abe9fc77cd2ab257ecf180d527c06cbce (diff)
downloadpython-openstackclient-32c627eaf0481eb593388d2d76abffcf2b721136.tar.gz
Doc: Unify repeatable option comments
There are lots of "this option can be repeated" comments in the doc, which are not consistent to other similar docs. This patch changes them to the following format: "repeat option to do something" Change-Id: I54e01053091c428bf87bb36bb95f73a0b80ab6e7
Diffstat (limited to 'openstackclient/volume/v1')
-rw-r--r--openstackclient/volume/v1/snapshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/v1/snapshot.py b/openstackclient/volume/v1/snapshot.py
index c54bac8a..46ea86ae 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 to remove multiple values)',
+ '(repeat option to remove multiple values)',
required=True,
)
return parser