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:
@@ -213,7 +213,7 @@ class SetVolumeType(command.Command):
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--description',
|
'--description',
|
||||||
metavar='<name>',
|
metavar='<description>',
|
||||||
help=_('Set volume type description'),
|
help=_('Set volume type description'),
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
Reference in New Issue
Block a user