Merge "Fix missing closing brackets in metavar"
This commit is contained in:
@@ -665,12 +665,12 @@ class SetNetwork(common.NeutronCommandWithExtraArgs):
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--description',
|
'--description',
|
||||||
metavar="<description",
|
metavar="<description>",
|
||||||
help=_("Set network description")
|
help=_("Set network description")
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--mtu',
|
'--mtu',
|
||||||
metavar="<mtu",
|
metavar="<mtu>",
|
||||||
help=_("Set network mtu")
|
help=_("Set network mtu")
|
||||||
)
|
)
|
||||||
port_security_group = parser.add_mutually_exclusive_group()
|
port_security_group = parser.add_mutually_exclusive_group()
|
||||||
|
Reference in New Issue
Block a user