Merge "Change help message for volume-update"

This commit is contained in:
Jenkins 2014-06-14 06:18:04 +00:00 committed by Gerrit Code Review
commit 939cf46efe
2 changed files with 2 additions and 2 deletions

View File

@ -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>',

View File

@ -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>',