summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/router.py
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2018-08-03 12:29:34 -0400
committerBrian Haley <bhaley@redhat.com>2018-08-03 12:29:34 -0400
commit6cb0f0f79c0625b72609683d81848a9cd0b290c7 (patch)
treed9c36548dbff5a0b7268bd8c7639559e2a9a3732 /openstackclient/network/v2/router.py
parent2b62b6e6ecb5fbb6d3078a3f7737364e13ec4e6c (diff)
downloadpython-openstackclient-6cb0f0f79c0625b72609683d81848a9cd0b290c7.tar.gz
Fix missing trailing spaces in network help messages
Trivialfix Change-Id: I1eeab576e7f50d858860a19c045f24a33449dc92
Diffstat (limited to 'openstackclient/network/v2/router.py')
-rw-r--r--openstackclient/network/v2/router.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/network/v2/router.py b/openstackclient/network/v2/router.py
index f0a51967..187c241f 100644
--- a/openstackclient/network/v2/router.py
+++ b/openstackclient/network/v2/router.py
@@ -563,7 +563,7 @@ class SetRouter(command.Command):
metavar='subnet=<subnet>,ip-address=<ip-address>',
action=parseractions.MultiKeyValueAction,
optional_keys=['subnet', 'ip-address'],
- help=_("Desired IP and/or subnet (name or ID)"
+ help=_("Desired IP and/or subnet (name or ID) "
"on external gateway: "
"subnet=<subnet>,ip-address=<ip-address> "
"(repeat option to set multiple fixed IP addresses)")