Update usage message

This commit is contained in:
Tomas O'Connor
2003-02-26 16:14:09 +00:00
parent 6fc11411fa
commit 7a0928ecc5

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: CommandLineTools.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: toconnor $ $Date: 2003-02-25 16:46:18 $
* last change: $Author: toconnor $ $Date: 2003-02-26 17:14:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,8 @@ public class CommandLineTools {
System.out.println("java " + getClass().getName() + " -g " +
"[parcel root directory] [options]");
System.out.println("options:");
System.out.println("\t[-l language[=supported extensions]]");
System.out.println("\t[-l language[=supported extension 1[" +
File.pathSeparator + "supported extension 2]]]");
System.out.println("\t[-p name=value]");
System.out.println("\t[-v]");
}