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',