scripts/gnt-node: fix a help string
authorGuido Trotter <ultrotter@google.com>
Mon, 7 Sep 2009 13:11:58 +0000 (14:11 +0100)
committerGuido Trotter <ultrotter@google.com>
Mon, 7 Sep 2009 15:40:06 +0000 (16:40 +0100)
gnt-node modify says it wants an "<instance>". Changing it to
"<node_name>" as for the other commands.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

scripts/gnt-node

index 3303d7a..795d5b5 100755 (executable)
@@ -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,