Skip to content
Snippets Groups Projects
Commit 520de3bb authored by Iustin Pop's avatar Iustin Pop
Browse files

Correct the -s parameter in gnt-node output

This fixed the previous commit (-s => -s ip).

Reviewed-by: ultrotter
parent 6174860c
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ commands = {
make_option("-s", "--secondary-ip", dest="secondary_ip",
help="Specify the secondary ip for the node",
metavar="ADDRESS", default=None),],
"[-s] <node_name>", "Add a node to the cluster"),
"[-s ip] <node_name>", "Add a node to the cluster"),
'evacuate': (EvacuateNode, ARGS_FIXED(2),
[DEBUG_OPT, FORCE_OPT],
"[-f] <src_node> <dst_node>",
......
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