Commit bc5ad3e6 by Tom Tromey Committed by Tom Tromey

* gij.cc (help): Document -? and -X.

From-SVN: r70407
parent 7f8b4704
2003-08-13 Tom Tromey <tromey@redhat.com>
* gij.cc (help): Document -? and -X.
2003-08-12 Graydon Hoare <graydon@redhat.com>
* java/awt/Font.java:
......
......@@ -31,7 +31,8 @@ help ()
printf (" --cp LIST set class path\n");
printf (" --classpath LIST set class path\n");
printf (" -DVAR=VAL define property VAR with value VAL\n");
printf (" --help print this help, then exit\n");
printf (" -?, --help print this help, then exit\n");
printf (" -X print help on supported -X options, then exit\n");
printf (" --ms=NUMBER set initial heap size\n");
printf (" --mx=NUMBER set maximum heap size\n");
printf (" --showversion print version number, then keep going\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment