gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl minor help message fix
authorDoni Pracner <quinnuendo@gmail.com>
Wed, 8 Jan 2014 20:49:52 +0000 (21:49 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Wed, 8 Jan 2014 20:49:52 +0000 (21:49 +0100)
src/mjc2wsl.java

index 8425314..1b31bba 100644 (file)
@@ -491,7 +491,7 @@ public class mjc2wsl{
        public void printHelp() {
                System.out.println("MicroJava bytecode to WSL converter. v " + versionN
                                + ", by Doni Pracner");
-               System.out.println("usage:\n\t {options} mjc2wsl  filename [outfile]");
+               System.out.println("usage:\n\t mjc2wsl {options} filename [outfile]");
                System.out.println("options:\n\t--screen print output to screen");
                System.out.println("\t-o --oc[+-] include original code in comments");
                System.out.println("\t-v verbose, print warning messages");
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner