Update usage message
This commit is contained in:
@@ -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]");
|
||||
}
|
||||
|
Reference in New Issue
Block a user