* src/vm/vm.c (usage): Removed new-line.
authortwisti <none@none>
Mon, 29 May 2006 15:51:35 +0000 (15:51 +0000)
committertwisti <none@none>
Mon, 29 May 2006 15:51:35 +0000 (15:51 +0000)
src/vm/vm.c

index 02adac86a4e873f9fe335327568e164e2cea2e27..b54dadceeb9ad0699b659095aa31ca20731b2d6a 100644 (file)
@@ -355,7 +355,7 @@ void usage(void)
        puts("    -agentpath:<path-to-agent>=<options>  path to library containg JVMTI agent");
 #endif
 
-       puts("CACAO options:\n");
+       puts("CACAO options:");
        puts("    -v                       write state-information");
        puts("    -verbose[:call|exception|jit]");
        puts("                             enable specific verbose output");