From f7547c912e308b2c789277cf830ff35cb981ba50 Mon Sep 17 00:00:00 2001 From: Abhishek Raut Date: Wed, 2 Dec 2015 18:26:07 -0800 Subject: [PATCH] Fix help string by adding appropriate spaces Change-Id: Iad1f4497f263411eeaa7cca8b63df4e0d65663bc --- .../l2gw_client_ext/_l2_gateway_connection.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py b/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py index 93b9b4e..d28fdcd 100644 --- a/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py +++ b/networking_l2gw/l2gatewayclient/l2gw_client_ext/_l2_gateway_connection.py @@ -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