diff --git a/src/fr/inrialpes/exmo/align/cli/ParserPrinter.java b/src/fr/inrialpes/exmo/align/cli/ParserPrinter.java index 02626fe47cda7d8e2799f00f7a80c4b25c47ee8f..1e44d00cd29640fb893556c0c72aa975cd111286 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");