mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Trivial: Fix an omited i18n issue
Change-Id: I064ae79d31f96021dfb5d7cd16a3ace9725803f6
This commit is contained in:
parent
4639148b1d
commit
f995185c10
1 changed files with 2 additions and 1 deletions
|
|
@ -249,7 +249,8 @@ class CreatePort(command.ShowOne):
|
|||
parser.add_argument(
|
||||
'name',
|
||||
metavar='<name>',
|
||||
help='Name of this port')
|
||||
help=_("Name of this port")
|
||||
)
|
||||
# TODO(singhj): Add support for extended options:
|
||||
# qos,security groups,dhcp, address pairs
|
||||
return parser
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue