Merge "Reflect multiattach deprecation in help text"
This commit is contained in:
commit
e76c4958ea
@ -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):
|
||||
|
@ -564,7 +564,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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user