Skip to content
Snippets Groups Projects
Commit 862b1b2b authored by Guido Trotter's avatar Guido Trotter
Browse files

scripts/gnt-node: fix a help string


gnt-node modify says it wants an "<instance>". Changing it to
"<node_name>" as for the other commands.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 009e73d0
No related branches found
No related tags found
No related merge requests found
......@@ -541,7 +541,7 @@ commands = {
choices=('yes', 'no'), default=None,
help="Set the drained flag on the node"),
],
"<instance>", "Alters the parameters of an instance"),
"<node_name>", "Alters the parameters of an instance"),
'remove': (RemoveNode, ARGS_ONE, [DEBUG_OPT],
"<node_name>", "Removes a node from the cluster"),
'volumes': (ListVolumes, ARGS_ANY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment