openstack-python-openstackc.../openstackclient/volume/v2
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
..
__init__.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
backup.py Add support for volume backup v2 command 2015-06-04 17:34:50 -07:00
qos_specs.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
snapshot.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00
volume.py Add one parenthesis 2015-10-02 11:56:22 +09:00
volume_type.py Use a common decorator to log 'take_action' activation 2015-09-01 16:49:54 -07:00