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:
Gary Kotton
2016-05-16 04:45:29 -07:00
parent 81939ec495
commit a065d20ea3

View File

@@ -210,7 +210,7 @@ class UpdatePortAllowedAddressPair(object):
type=utils.str2dict_type(
required_keys=['ip_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.'))
group_aap.add_argument(
'--no-allowed-address-pairs',