mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Add metavar for name parameter in subnet create"
This commit is contained in:
commit
4e6f47e28e
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ class CreateSubnet(command.ShowOne):
|
|||
parser = super(CreateSubnet, self).get_parser(prog_name)
|
||||
parser.add_argument(
|
||||
'name',
|
||||
metavar='<name>',
|
||||
help=_("New subnet name")
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue