Trivial:modify one parameter

This patch modifies a wrong parameter to make the metavar
consistent with the optional argument.
Change-Id: I27ed30fdbc3adbc19d2f5662d6952cfe15dc52b1
This commit is contained in:
zhiyong.dai 2016-11-27 18:48:03 +08:00
parent 3a7bb859a6
commit fca81526ff

View File

@ -213,7 +213,7 @@ class SetVolumeType(command.Command):
)
parser.add_argument(
'--description',
metavar='<name>',
metavar='<description>',
help=_('Set volume type description'),
)
parser.add_argument(