python-openstackclient/openstackclient/volume
Atsushi SAKAI a2786fa88b 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
2015-10-02 11:56:22 +09:00
..
v1 Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
v2 Add one parenthesis 2015-10-02 11:56:22 +09:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py default OS_VOLUME_API_VERSION to v2 2015-08-24 10:38:43 -05:00