Fix multi-line strings spaces
Change-Id: Ia97821dcde54b46a8ff31dd13657a69a007ccd9a
This commit is contained in:
@@ -482,8 +482,8 @@ class ResizeCluster(command.Command):
|
|||||||
'--nodes-to-remove',
|
'--nodes-to-remove',
|
||||||
metavar='<Server UUID>',
|
metavar='<Server UUID>',
|
||||||
action='append',
|
action='append',
|
||||||
help=_("Server ID of the nodes to be removed. Repeat to add"
|
help=_('Server ID of the nodes to be removed. Repeat to add '
|
||||||
"more server ID"))
|
'more server ID'))
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--nodegroup',
|
'--nodegroup',
|
||||||
|
Reference in New Issue
Block a user