Address pairs help missing space
Add in a missing space at the end of the line for the help message for the address pairs TrivialFix Change-Id: Ib205aafaea7df109f3de920888a0fb0883cdaf3e
This commit is contained in:
@@ -210,7 +210,7 @@ class UpdatePortAllowedAddressPair(object):
|
|||||||
type=utils.str2dict_type(
|
type=utils.str2dict_type(
|
||||||
required_keys=['ip_address'],
|
required_keys=['ip_address'],
|
||||||
optional_keys=['mac_address']),
|
optional_keys=['mac_address']),
|
||||||
help=_('Allowed address pair associated with the port.'
|
help=_('Allowed address pair associated with the port. '
|
||||||
'You can repeat this option.'))
|
'You can repeat this option.'))
|
||||||
group_aap.add_argument(
|
group_aap.add_argument(
|
||||||
'--no-allowed-address-pairs',
|
'--no-allowed-address-pairs',
|
||||||
|
Reference in New Issue
Block a user