Commit 4c8fa2e5 by Tom Tromey Committed by Tom Tromey

* gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.

From-SVN: r96879
parent 11e97737
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
......
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