Merge "Change help message for volume-update"
This commit is contained in:
commit
939cf46efe
@ -1770,7 +1770,7 @@ def do_volume_attach(cs, args):
|
||||
metavar='<server>',
|
||||
help=_('Name or ID of server.'))
|
||||
@utils.arg('attachment_id',
|
||||
metavar='<volume>',
|
||||
metavar='<attachment>',
|
||||
help=_('Attachment ID of the volume.'))
|
||||
@utils.arg('new_volume',
|
||||
metavar='<volume>',
|
||||
|
@ -1446,7 +1446,7 @@ def do_volume_attach(cs, args):
|
||||
metavar='<server>',
|
||||
help='Name or ID of server.')
|
||||
@utils.arg('attachment_id',
|
||||
metavar='<volume>',
|
||||
metavar='<attachment>',
|
||||
help='Attachment ID of the volume.')
|
||||
@utils.arg('new_volume',
|
||||
metavar='<volume>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user