Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de80c2f0 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- cleaned up file

parent 5473887c
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,7 @@ import fr.inrialpes.exmo.align.impl.renderer.RDFRendererVisitor;
import fr.inrialpes.exmo.align.impl.ObjectAlignment;
import fr.inrialpes.exmo.align.impl.URIAlignment;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileWriter;
import java.io.OutputStream;
import java.io.FileOutputStream;
import java.io.PrintWriter;
......@@ -270,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\tOutput the queris in directory");
System.out.println("\t--outputDir=dirName -c dirName\tSplit the output in a directory");
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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment