Skip to content

Commit 8ad4af7

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Fix an omited i18n issue"
2 parents cef0322 + f995185 commit 8ad4af7

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)