diff options
author | Tom Tromey <tromey@redhat.com> | 2003-08-13 17:20:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-08-13 17:20:08 +0000 |
commit | bc5ad3e6c4208bbac1ccedcb16f7bc140e9a151d (patch) | |
tree | 9e3a6e9ee0e44702f5acf74f625197dc44c27d5f /libjava/gij.cc | |
parent | 7f8b4704604a902353e1a9fb999100f5583bc446 (diff) | |
download | gcc-bc5ad3e6c4208bbac1ccedcb16f7bc140e9a151d.tar.gz |
* gij.cc (help): Document -? and -X.
From-SVN: r70407
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r-- | libjava/gij.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc index 59c2fe9a61a..3b0683de03e 100644 --- a/libjava/gij.cc +++ b/libjava/gij.cc @@ -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"); |