[Pkg-ganeti-devel] [ganeti] 87/165: Change description of -e option
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Tue Aug 11 13:53:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository ganeti.
commit a18cfa77eca63182341f400418d29d046099b42c
Author: Klaus Aehlig <aehlig at google.com>
Date: Tue Mar 17 17:14:19 2015 +0100
Change description of -e option
...to reflect that this value is not absolute, but the N+1 limit
of the score will be added.
Signed-off-by: Klaus Aehlig <aehlig at google.com>
Reviewed-by: Petr Pudlak <pudlak at google.com>
---
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git
More information about the Pkg-ganeti-devel
mailing list