From f7c8c85c62a4b15fa1a638ceec3913c5c24770b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 5 Nov 2012 22:48:48 +0000 Subject: [PATCH] - improved usage function --- src/fr/inrialpes/exmo/align/cli/GroupOutput.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fr/inrialpes/exmo/align/cli/GroupOutput.java b/src/fr/inrialpes/exmo/align/cli/GroupOutput.java index a619da3e..33342e94 100644 --- a/src/fr/inrialpes/exmo/align/cli/GroupOutput.java +++ b/src/fr/inrialpes/exmo/align/cli/GroupOutput.java @@ -424,9 +424,11 @@ public class GroupOutput { public void usage() { System.out.println("usage: GenPlot [options]"); System.out.println("options are:"); - System.out.println("\t--type=tsv|tex|(html|xml) -t tsv|tex|(html|xml)\tSpecifies the output format"); + System.out.println("\t--values -v\tSpecifies if the values should be displayed"); + System.out.println("\t--label -e\tSpecifies if the labels should be displayed"); + System.out.println("\t--measure=[prf] -c [prf]\tThe measure to display [F-measure]"); + System.out.println("\t--color=color -c color\tSpecifies the color to use [blue]"); System.out.println("\t--list=algo1,...,algon -l algo1,...,algon\tSequence of the filenames to consider"); - System.out.println("\t--color=color -c color\tSpecifies if the output must color even lines of the output"); System.out.println("\t--debug[=n] -d [n]\t\tReport debug info at level n"); System.out.println("\t--help -h\t\t\tPrint this message"); } -- GitLab