This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: gij --help


I'm checking this in.

`gij' isn't really interpreter-specific.  This changes the --help
output to reflect that.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* gij.cc (main): Clarify --help output.

Index: gij.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gij.cc,v
retrieving revision 1.15
diff -u -r1.15 gij.cc
--- gij.cc 2001/10/03 11:42:28 1.15
+++ gij.cc 2001/12/12 20:55:27
@@ -129,7 +129,7 @@
   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");


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]