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

From-SVN: r70407
This commit is contained in:
Tom Tromey 2003-08-13 17:20:08 +00:00 committed by Tom Tromey
parent 7f8b470460
commit bc5ad3e6c4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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:

View File

@ -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");