Trivial: Fix an omited i18n issue
Change-Id: I064ae79d31f96021dfb5d7cd16a3ace9725803f6
This commit is contained in:
parent
4639148b1d
commit
f995185c10
@ -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…
x
Reference in New Issue
Block a user