Skip to content
Snippets Groups Projects
Commit 242f4945 authored by Tom Tromey's avatar Tom Tromey Committed by Tom Tromey
Browse files

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

From-SVN: r47948
parent cb93dfb4
No related branches found
No related tags found
No related merge requests found
2001-12-12 Tom Tromey <tromey@redhat.com> 2001-12-12 Tom Tromey <tromey@redhat.com>
* gij.cc (main): Clarify --help output.
* gnu/gcj/runtime/StringBuffer.java * gnu/gcj/runtime/StringBuffer.java
(ensureCapacity_unsynchronized): Ensure we always get at least (ensureCapacity_unsynchronized): Ensure we always get at least
`minimumCapacity' characters in new buffer. `minimumCapacity' characters in new buffer.
......
...@@ -129,7 +129,7 @@ main (int argc, const char **argv) ...@@ -129,7 +129,7 @@ main (int argc, const char **argv)
if (argc - i < 1) if (argc - i < 1)
{ {
fprintf (stderr, "Usage: gij [OPTION] ... CLASS [ARGS] ...\n"); 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, " gij -jar [OPTION] ... JARFILE [ARGS] ...\n");
fprintf (stderr, " to execute a jar file\n"); fprintf (stderr, " to execute a jar file\n");
fprintf (stderr, "Try `gij --help' for more information.\n"); fprintf (stderr, "Try `gij --help' for more information.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment