From 3cfeb0a7a19933bf50470e0ee50c2cf776443bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 17 Aug 2012 14:54:39 +0000 Subject: [PATCH] - complemented usage --- src/fr/inrialpes/exmo/align/cli/ParserPrinter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/inrialpes/exmo/align/cli/ParserPrinter.java b/src/fr/inrialpes/exmo/align/cli/ParserPrinter.java index 02626fe4..1e44d00c 100644 --- a/src/fr/inrialpes/exmo/align/cli/ParserPrinter.java +++ b/src/fr/inrialpes/exmo/align/cli/ParserPrinter.java @@ -268,7 +268,7 @@ public class ParserPrinter { System.out.println("\t--threshold=threshold -t threshold\t\tTrim the alugnment with regard to threshold"); System.out.println("\t--cutmethod=hard|perc|prop|best|span -T hard|perc|prop|best|span\t\tMethod to use for triming"); System.out.println("\t--output=filename -o filename\tOutput the alignment in filename"); - System.out.println("\t--outputDir=dirName -c dirName\tSplit the output in a directory"); + System.out.println("\t--outputDir=dirName -c dirName\tSplit the output in a directory (SPARQL)"); System.out.println("\t--help -h\t\t\tPrint this message"); System.err.print("\n"+ParserPrinter.class.getPackage().getImplementationTitle()+" "+ParserPrinter.class.getPackage().getImplementationVersion()); System.err.println(" ($Id$)\n"); -- GitLab