From b3fd544fd9d5ef2ea24e0d431cd7eb7193113ea3 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 14 Sep 2009 11:12:39 +0100 Subject: [PATCH] Fix gnt-node modify online help This completes what was began in commit 862b1b2b4c698cec8ad816793172fac9aa7f4cdf Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- scripts/gnt-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-node b/scripts/gnt-node index 795d5b5ae..90ec77a19 100755 --- a/scripts/gnt-node +++ b/scripts/gnt-node @@ -541,7 +541,7 @@ commands = { choices=('yes', 'no'), default=None, help="Set the drained flag on the node"), ], - "<node_name>", "Alters the parameters of an instance"), + "<node_name>", "Alters the parameters of a node"), 'remove': (RemoveNode, ARGS_ONE, [DEBUG_OPT], "<node_name>", "Removes a node from the cluster"), 'volumes': (ListVolumes, ARGS_ANY, -- GitLab