summaryrefslogtreecommitdiff
path: root/cinderclient/v3/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v3/shell.py')
-rw-r--r--cinderclient/v3/shell.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index 18f94d3..27f2c7f 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -649,7 +649,10 @@ def do_reset_state(cs, args):
@utils.arg('--volume-type',
metavar='<volume-type>',
default=None,
- help='Volume type. Default=None.')
+ help='Volume type. Default=None, that is, use the default '
+ 'volume type configured for the Block Storage API. You '
+ "can see what type this is by using the 'cinder type-default'"
+ ' command.')
@utils.arg('--volume_type',
help=argparse.SUPPRESS)
@utils.arg('--availability-zone',