From 0ff010750db27d93d53da203c0fce9b90c3d35bc Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 19 Nov 2012 10:06:06 +0100 Subject: [PATCH] Change -G option description The new one is more consistent with the rest of the nodegroup terminology and more generic for use in different htools. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- htools/Ganeti/HTools/CLI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htools/Ganeti/HTools/CLI.hs b/htools/Ganeti/HTools/CLI.hs index 982a53622..f08d4364d 100644 --- a/htools/Ganeti/HTools/CLI.hs +++ b/htools/Ganeti/HTools/CLI.hs @@ -316,7 +316,7 @@ oGroup :: OptType oGroup = (Option "G" ["group"] (ReqArg (\ f o -> Ok o { optGroup = Just f }) "ID") - "the ID of the group to balance", + "the target node group (name or UUID)", OptComplOneGroup) oIAllocSrc :: OptType -- GitLab