From ad75a78ba9669e1c4dc5fdad7d8bd6d61a3922fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 15 Oct 2004 09:20:12 +0000
Subject: [PATCH] - Added a more current version of the --help output

---
 html/align.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/html/align.html b/html/align.html
index 9398eed0..d2d3d816 100644
--- a/html/align.html
+++ b/html/align.html
@@ -136,12 +136,14 @@ $ ant jar
 Running the program is achieved through:
 <pre>
 $ java -jar lib/procalign.jar
-Two URIs required
 usage: Procalign [options] URI1 URI2
 options are:
-        --alignment=filename -a=filename Start from an XML/RDF alignment file
-        --debug[=n] -d[=n]              Report debug info at level ,
-        --output[=filename] -o filename Output the alignment in filename
+        --impl=className -i classname           Use the given alignment implementation.
+        --renderer=className -r className       Specifies the alignment renderer
+        --output=filename -o filename   Output the alignment in filename
+        --alignment=filename -a filename Start from an XML alignment file
+        --threshold=double -t double    Filters the similarities under threshold
+        --debug[=n] -d [n]              Report debug info at level n
         --help -h                       Print this message
 </pre>
 or ($CWD is the current directory)
-- 
GitLab