diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 7ae60a97..3e69ef06 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -719,7 +719,7 @@ def do_cluster_node_add(sc, args): @utils.arg('-n', '--nodes', metavar='', required=True, - help=_('ID of nodes to be deleted; multiple nodes can be separated' + help=_('ID of nodes to be deleted; multiple nodes can be separated ' 'with ",".')) @utils.arg('id', metavar='', help=_('Name or ID of cluster to operate on.'))