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:
Brian Haley 2018-09-17 14:43:05 -04:00
parent 01c3548dc8
commit 3c5824415f
2 changed files with 12 additions and 12 deletions
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(