summaryrefslogtreecommitdiff
path: root/cinderclient/v2/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v2/shell.py')
-rw-r--r--cinderclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index 88c79d4..d9d05dd 100644
--- a/cinderclient/v2/shell.py
+++ b/cinderclient/v2/shell.py
@@ -294,7 +294,7 @@ class CheckSizeArgForCreate(argparse.Action):
@utils.arg('--allow-multiattach',
dest='multiattach',
action="store_true",
- help=('Allow volume to be attached more than once.'
+ help=('Allow volume to be attached more than once. (DEPRECATED)'
' Default=False'),
default=False)
def do_create(cs, args):