From 7d9f02bd238c0baf50823364e9b972e72e55ada6 Mon Sep 17 00:00:00 2001 From: Jake Yip Date: Thu, 27 Jul 2023 20:40:11 +1000 Subject: [PATCH] Fix multi-line strings spaces Change-Id: Ia97821dcde54b46a8ff31dd13657a69a007ccd9a --- magnumclient/osc/v1/clusters.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magnumclient/osc/v1/clusters.py b/magnumclient/osc/v1/clusters.py index ad05b60c..6fec3e76 100644 --- a/magnumclient/osc/v1/clusters.py +++ b/magnumclient/osc/v1/clusters.py @@ -85,7 +85,7 @@ class CreateCluster(command.Command): parser.add_argument('--labels', metavar='', action='append', - help=_('Arbitrary labels in the form of key=value' + help=_('Arbitrary labels in the form of key=value ' 'pairs to associate with a cluster ' 'template. May be used multiple times.')) parser.add_argument('--keypair', @@ -482,8 +482,8 @@ class ResizeCluster(command.Command): '--nodes-to-remove', metavar='', action='append', - help=_("Server ID of the nodes to be removed. Repeat to add" - "more server ID")) + help=_('Server ID of the nodes to be removed. Repeat to add ' + 'more server ID')) parser.add_argument( '--nodegroup',