diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-13 17:20:08 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-13 17:20:08 +0000 |
| commit | 07f1259db653dddcd444df9e35ade96503f294e0 (patch) | |
| tree | 9e3a6e9ee0e44702f5acf74f625197dc44c27d5f /libjava | |
| parent | cd3892906a12d7233e0e901e1879537b14d4cc45 (diff) | |
| download | ppe42-gcc-07f1259db653dddcd444df9e35ade96503f294e0.tar.gz ppe42-gcc-07f1259db653dddcd444df9e35ade96503f294e0.zip | |
* gij.cc (help): Document -? and -X.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 4 | ||||
| -rw-r--r-- | libjava/gij.cc | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 7395873dfb8..633db92d48d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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: 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"); |

