Skip to content

Commit f995185

Browse files
author
Tang Chen
committed
Trivial: Fix an omited i18n issue
Change-Id: I064ae79d31f96021dfb5d7cd16a3ace9725803f6
1 parent 4639148 commit f995185

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openstackclient/network/v2/port.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ def get_parser(self, prog_name):
249249
parser.add_argument(
250250
'name',
251251
metavar='<name>',
252-
help='Name of this port')
252+
help=_("Name of this port")
253+
)
253254
# TODO(singhj): Add support for extended options:
254255
# qos,security groups,dhcp, address pairs
255256
return parser

0 commit comments

Comments
 (0)