summaryrefslogtreecommitdiff
path: root/openstackclient/volume
diff options
context:
space:
mode:
authorAtsushi SAKAI <sakaia@jp.fujitsu.com>2015-09-24 20:39:12 +0900
committerAtsushi SAKAI <sakaia@jp.fujitsu.com>2015-10-02 11:56:22 +0900
commita2786fa88bf06ea0c1852d3538cb50b2b5197f0a (patch)
treec7845a9deb1d0a664559d144778ad3c1be27cb8d /openstackclient/volume
parent29aad2a9b598eaf48eebb2e7233d47ed2c0eb05b (diff)
downloadpython-openstackclient-a2786fa88bf06ea0c1852d3538cb50b2b5197f0a.tar.gz
Add one parenthesis
In the following help message, last parenthesis is missing. $ openstack --os-volume-api-version 2 help volume delete usage: openstack volume delete [-h] [--force] <volume> [<volume> ...] Delete volume(s) positional arguments: <volume> Volume(s) to delete (name or ID) optional arguments: -h, --help show this help message and exit --force Attempt forced removal of volume(s), regardless of state (defaults to False Change-Id: I45c4030abf076cba14450019c379d333eb6530d6
Diffstat (limited to 'openstackclient/volume')
-rw-r--r--openstackclient/volume/v2/volume.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/v2/volume.py b/openstackclient/volume/v2/volume.py
index ad6215e4..758f312b 100644
--- a/openstackclient/volume/v2/volume.py
+++ b/openstackclient/volume/v2/volume.py
@@ -175,7 +175,7 @@ class DeleteVolume(command.Command):
action="store_true",
default=False,
help="Attempt forced removal of volume(s), regardless of state "
- "(defaults to False"
+ "(defaults to False)"
)
return parser