You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/07/10 15:17:47 UTC

svn commit: r1501759 - /creadur/rat/trunk/apache-rat/README.txt

Author: sebb
Date: Wed Jul 10 13:17:47 2013
New Revision: 1501759

URL: http://svn.apache.org/r1501759
Log:
A bit more detail

Modified:
    creadur/rat/trunk/apache-rat/README.txt

Modified: creadur/rat/trunk/apache-rat/README.txt
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/README.txt?rev=1501759&r1=1501758&r2=1501759&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/README.txt (original)
+++ creadur/rat/trunk/apache-rat/README.txt Wed Jul 10 13:17:47 2013
@@ -1,10 +1,26 @@
 README file for Apache Creadur RAT
 ==================================
 
-The jar in this archive can be used stand-alone as follows:
+The jar in this archive can be used both:
+ * stand-alone (CLI)
+ * with Ant as an Ant task
 
-java -jar apache-rat-${project.version}.jar -help
+Stand-alone (CLI) usage
+=======================
+
+java -jar apache-rat-${project.version}.jar --help
+
+For more details, please see the website:
+
+http://creadur.apache.org/rat/apache-rat/index.html
+
+Apache Rat Ant Task Library
+===========================
 
 It can also be used in conjunction with Ant:
 
-ant -lib apache-rat-${project.version}.jar ...
\ No newline at end of file
+ant -lib apache-rat-${project.version}.jar ...
+
+For more details, please see the website:
+
+http://creadur.apache.org/rat/apache-rat-tasks/index.html
\ No newline at end of file