...to reflect that this value is not absolut, but the N+1 limit of the score will be added.
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/HTools/CLI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ganeti/HTools/CLI.hs b/src/Ganeti/HTools/CLI.hs index 289d17c..0c94c02 100644 --- a/src/Ganeti/HTools/CLI.hs +++ b/src/Ganeti/HTools/CLI.hs @@ -611,7 +611,7 @@ oMinScore = (Option "e" ["min-score"] (reqWithConversion (tryRead "min score") (\e opts -> Ok opts { optMinScore = e }) "EPSILON") - "mininum score to aim for", + "mininum excess to the N+1 limit to aim for", OptComplFloat) oNoHeaders :: OptType -- 2.2.0.rc0.207.ga3a616c
