diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-04-20 15:21:29 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-04-20 15:21:29 +0800 |
| commit | f995185c104f55bfefa78dd6e13ab5880036227b (patch) | |
| tree | 2e467e58cf5cf227d0996adc21f1fc6f4746522d /openstackclient | |
| parent | 4639148b1dc059efab0d00a886e3f05f547a439f (diff) | |
| download | python-openstackclient-f995185c104f55bfefa78dd6e13ab5880036227b.tar.gz | |
Trivial: Fix an omited i18n issue
Change-Id: I064ae79d31f96021dfb5d7cd16a3ace9725803f6
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/network/v2/port.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/network/v2/port.py b/openstackclient/network/v2/port.py index fbfce4d3..9b6161fd 100644 --- a/openstackclient/network/v2/port.py +++ b/openstackclient/network/v2/port.py @@ -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 |
