Merge "replace metavar "volume-id" with "volume" to avoid ambiguity"
This commit is contained in:
commit
813eba519a
@ -490,7 +490,7 @@ class ShowVolume(command.ShowOne):
|
||||
parser = super(ShowVolume, self).get_parser(prog_name)
|
||||
parser.add_argument(
|
||||
'volume',
|
||||
metavar="<volume-id>",
|
||||
metavar="<volume>",
|
||||
help=_("Volume to display (name or ID)")
|
||||
)
|
||||
return parser
|
||||
|
Loading…
x
Reference in New Issue
Block a user