Revision: 10176
          http://sourceforge.net/p/languagetool/code/10176
Author:   dnaber
Date:     2013-06-02 18:44:30 +0000 (Sun, 02 Jun 2013)
Log Message:
-----------
link the wiki page from source code comment so it is kept up-to-date

Modified Paths:
--------------
    
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java

Modified: 
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java
===================================================================
--- 
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java
       2013-06-02 18:44:19 UTC (rev 10175)
+++ 
trunk/languagetool/languagetool-commandline/src/main/java/org/languagetool/commandline/CommandLineParser.java
       2013-06-02 18:44:30 UTC (rev 10176)
@@ -130,6 +130,10 @@
     printUsage(System.out);
   }
 
+  /*
+   * NOTE: please keep http://wiki.languagetool.org/command-line-options
+   * up-to-date if you add an option
+   */
   public void printUsage(PrintStream stream) {
     stream.println("Usage: java -jar LanguageTool.jar [OPTION]... FILE\n"
             + " FILE                      plain text file to be checked\n"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to