Skip to content

Commit 813eba5

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "replace metavar "volume-id" with "volume" to avoid ambiguity"
2 parents 682c2bf + b30a7b7 commit 813eba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v2/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def get_parser(self, prog_name):
490490
parser = super(ShowVolume, self).get_parser(prog_name)
491491
parser.add_argument(
492492
'volume',
493-
metavar="<volume-id>",
493+
metavar="<volume>",
494494
help=_("Volume to display (name or ID)")
495495
)
496496
return parser

0 commit comments

Comments
 (0)