Fix missing trailing spaces in network help messages
Trivialfix Change-Id: I1eeab576e7f50d858860a19c045f24a33449dc92
This commit is contained in:
parent
2b62b6e6ec
commit
6cb0f0f79c
@ -563,7 +563,7 @@ class SetRouter(command.Command):
|
|||||||
metavar='subnet=<subnet>,ip-address=<ip-address>',
|
metavar='subnet=<subnet>,ip-address=<ip-address>',
|
||||||
action=parseractions.MultiKeyValueAction,
|
action=parseractions.MultiKeyValueAction,
|
||||||
optional_keys=['subnet', 'ip-address'],
|
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: "
|
"on external gateway: "
|
||||||
"subnet=<subnet>,ip-address=<ip-address> "
|
"subnet=<subnet>,ip-address=<ip-address> "
|
||||||
"(repeat option to set multiple fixed IP addresses)")
|
"(repeat option to set multiple fixed IP addresses)")
|
||||||
|
@ -412,7 +412,7 @@ class ListSubnet(command.Lister):
|
|||||||
choices=[4, 6],
|
choices=[4, 6],
|
||||||
metavar='<ip-version>',
|
metavar='<ip-version>',
|
||||||
dest='ip_version',
|
dest='ip_version',
|
||||||
help=_("List only subnets of given IP version in output."
|
help=_("List only subnets of given IP version in output. "
|
||||||
"Allowed values for IP version are 4 and 6."),
|
"Allowed values for IP version are 4 and 6."),
|
||||||
)
|
)
|
||||||
dhcp_enable_group = parser.add_mutually_exclusive_group()
|
dhcp_enable_group = parser.add_mutually_exclusive_group()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user