Fix multi-line strings spaces
Change-Id: Ia97821dcde54b46a8ff31dd13657a69a007ccd9a
This commit is contained in:
@@ -482,8 +482,8 @@ class ResizeCluster(command.Command):
|
||||
'--nodes-to-remove',
|
||||
metavar='<Server UUID>',
|
||||
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',
|
||||
|
Reference in New Issue
Block a user