* gij.cc (main): Clarify --help output.
From-SVN: r47948
This commit is contained in:
parent
cb93dfb4a0
commit
242f4945ac
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-12-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gij.cc (main): Clarify --help output.
|
||||
|
||||
* gnu/gcj/runtime/StringBuffer.java
|
||||
(ensureCapacity_unsynchronized): Ensure we always get at least
|
||||
`minimumCapacity' characters in new buffer.
|
||||
|
|
|
@ -129,7 +129,7 @@ main (int argc, const char **argv)
|
|||
if (argc - i < 1)
|
||||
{
|
||||
fprintf (stderr, "Usage: gij [OPTION] ... CLASS [ARGS] ...\n");
|
||||
fprintf (stderr, " to interpret Java bytecodes, or\n");
|
||||
fprintf (stderr, " to invoke CLASS.main, or\n");
|
||||
fprintf (stderr, " gij -jar [OPTION] ... JARFILE [ARGS] ...\n");
|
||||
fprintf (stderr, " to execute a jar file\n");
|
||||
fprintf (stderr, "Try `gij --help' for more information.\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue