From 520de3bb01b25dc17130e9abf7b2d57a743a95f6 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 21 Nov 2007 09:36:42 +0000 Subject: [PATCH] Correct the -s parameter in gnt-node output This fixed the previous commit (-s => -s ip). Reviewed-by: ultrotter --- scripts/gnt-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-node b/scripts/gnt-node index 7a92645a4..8078af792 100755 --- a/scripts/gnt-node +++ b/scripts/gnt-node @@ -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>", -- GitLab