Commit 242f4945 by Tom Tromey Committed by Tom Tromey

* gij.cc (main): Clarify --help output.

From-SVN: r47948
parent cb93dfb4
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");
......
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