mirror of git://gcc.gnu.org/git/gcc.git
* gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.
From-SVN: r96879
This commit is contained in:
parent
11e9773775
commit
4c8fa2e5ee
|
@ -1,3 +1,7 @@
|
|||
2005-03-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.
|
||||
|
||||
2005-03-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/lang/VMCompiler.java (static block): Also catch
|
||||
|
|
|
@ -293,10 +293,10 @@ public class Main
|
|||
+ " gcj-dbtool -t file.gcjdb - Test a gcj map database\n"
|
||||
+ " gcj-dbtool -l file.gcjdb - List a gcj map database\n"
|
||||
+ " gcj-dbtool -m dest.gcjdb [source.gcjdb]...\n"
|
||||
+ " gcj-dbtool -p - Print default database name\n"
|
||||
+ " - Merge gcj map databases into dest\n"
|
||||
+ " Replaces dest\n"
|
||||
+ " To add to dest, include dest in the list of sources");
|
||||
+ " To add to dest, include dest in the list of sources\n"
|
||||
+ " gcj-dbtool -p - Print default database name");
|
||||
}
|
||||
|
||||
// Add a jar to a map. This copies the map first and returns a
|
||||
|
|
Loading…
Reference in New Issue