Fix multi-line strings spaces
Change-Id: Ia97821dcde54b46a8ff31dd13657a69a007ccd9a
This commit is contained in:
@@ -85,7 +85,7 @@ class CreateCluster(command.Command):
|
|||||||
parser.add_argument('--labels',
|
parser.add_argument('--labels',
|
||||||
metavar='<KEY1=VALUE1,KEY2=VALUE2;KEY3=VALUE3...>',
|
metavar='<KEY1=VALUE1,KEY2=VALUE2;KEY3=VALUE3...>',
|
||||||
action='append',
|
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 '
|
'pairs to associate with a cluster '
|
||||||
'template. May be used multiple times.'))
|
'template. May be used multiple times.'))
|
||||||
parser.add_argument('--keypair',
|
parser.add_argument('--keypair',
|
||||||
@@ -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