summaryrefslogtreecommitdiff
path: root/cinderclient/v3/shell.py
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-07-26 12:13:54 -0500
committerJay S. Bryant <jsbryant@electronicjungle.net>2018-07-26 15:39:52 -0500
commitfee0b58ef8bfb701a1df0426d7e7536e34f91599 (patch)
treea3a5877fd771618a35efdb4ddb8d92e513d79a5a /cinderclient/v3/shell.py
parent0f56085c0286a022c31258689d9a416f77979d90 (diff)
downloadpython-cinderclient-fee0b58ef8bfb701a1df0426d7e7536e34f91599.tar.gz
Reflect multiattach deprecation in help text
Change Icbb9c0ca89b25620cedff6cac7a4723e7126eca6 notified that the ``multiattach`` argument was deprecated, but nothing was added to the args help text to indicate this, relying on a user to have read the release notes. In preparation of removing this option, this updates the help text so there is at least some indication that it is going away. Change-Id: I9e767a3f1411fbfc0bf0e433b45560e451d547d5 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'cinderclient/v3/shell.py')
-rw-r--r--cinderclient/v3/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index 1d4e18a..b3c2944 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -568,7 +568,7 @@ def do_reset_state(cs, args):
@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)
@utils.arg('--poll',