Fix some spaces in help messages
Fix some missing and not necessary trailing spaces in the network v2 API files. Also fixed one block indent that was different from all its friends. Trivialfix Change-Id: Ic6491203c2fb9085543d69f0bb5f38e5a96039da
This commit is contained in:
parent
01c3548dc8
commit
3c5824415f
openstackclient/network/v2
@ -868,7 +868,7 @@ class UnsetPort(command.Command):
|
||||
optional_keys=['mac-address'],
|
||||
help=_("Desired allowed-address pair which should be removed "
|
||||
"from this port: ip-address=<ip-address>"
|
||||
"[,mac-address=<mac-address>] (repeat option to set "
|
||||
"[,mac-address=<mac-address>] (repeat option to unset "
|
||||
"multiple allowed-address pairs)")
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user