Skip to content

Commit fca8152

Browse files
author
zhiyong.dai
committed
Trivial:modify one parameter
This patch modifies a wrong parameter to make the metavar consistent with the optional argument. Change-Id: I27ed30fdbc3adbc19d2f5662d6952cfe15dc52b1
1 parent 3a7bb85 commit fca8152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v2/volume_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def get_parser(self, prog_name):
213213
)
214214
parser.add_argument(
215215
'--description',
216-
metavar='<name>',
216+
metavar='<description>',
217217
help=_('Set volume type description'),
218218
)
219219
parser.add_argument(

0 commit comments

Comments
 (0)