Fix help string by adding appropriate spaces

Change-Id: Iad1f4497f263411eeaa7cca8b63df4e0d65663bc
stable/ocata
Abhishek Raut 7 years ago
parent 35bb6093ee
commit f7547c912e

@ -53,9 +53,9 @@ class L2GatewayConnectionCreate(extension.ClientExtensionCreate,
parser.add_argument(
'--default-segmentation-id',
dest='seg_id',
help=_('default segmentation-id that will'
'be applied to the interfaces for which'
'segmentation id was not specified'
help=_('default segmentation-id that will '
'be applied to the interfaces for which '
'segmentation id was not specified '
'in l2-gateway-create command.'))
return parser

Loading…
Cancel
Save