Fix help message error for node_create

Change-Id: I806b85ed0671264803c09f0d218d2598f0c870d2
Closes-bug: #1521534
This commit is contained in:
Haiwei Xu 2015-12-01 18:15:51 +09:00
parent f3236b6232
commit fbeb2864bb

@ -1100,7 +1100,7 @@ def _show_node(sc, node_id, show_details=False):
@utils.arg('-r', '--role', metavar='<ROLE>',
help=_('Role for this node in the specific cluster.'))
@utils.arg('-M', '--metadata', metavar='<KEY1=VALUE1;KEY2=VALUE2...>',
help=_('Metadata values to be attached to the cluster. '
help=_('Metadata values to be attached to the node. '
'This can be specified multiple times, or once with '
'key-value pairs separated by a semicolon.'),
action='append')