[vmkit-commits] [vmkit] r61578 - /vmkit/trunk/tools/vmjc/vmjc.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Fri Jan 2 06:44:27 PST 2009


Author: geoffray
Date: Fri Jan  2 08:44:27 2009
New Revision: 61578

URL: http://llvm.org/viewvc/llvm-project?rev=61578&view=rev
Log:
Fix doc.


Modified:
    vmkit/trunk/tools/vmjc/vmjc.cpp

Modified: vmkit/trunk/tools/vmjc/vmjc.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/vmjc/vmjc.cpp?rev=61578&r1=61577&r2=61578&view=diff

==============================================================================
--- vmkit/trunk/tools/vmjc/vmjc.cpp (original)
+++ vmkit/trunk/tools/vmjc/vmjc.cpp Fri Jan  2 08:44:27 2009
@@ -8,8 +8,8 @@
 //===----------------------------------------------------------------------===//
 //
 // This utility may be invoked in the following manner:
-//  vmjc [options] x.bc - Read Java bytecode from the x.class file, write llvm
-//                            asm to the x.ll file.
+//  vmjc [options] x - Read Java bytecode from the x.class file, write llvm
+//                     bytecode to the x.bc file.
 //  Options:
 //      --help   - Output information about command line switches
 //





More information about the vmkit-commits mailing list