fixing up command line tool

This commit is contained in:
benfry
2012-10-20 23:41:26 +00:00
parent d9d21cc417
commit 33eef596c6
2 changed files with 73 additions and 12 deletions

View File

@@ -322,7 +322,7 @@ public class Commander implements RunnerListener {
static void printCommandLine(PrintStream out) {
out.println("Command line edition for Processing " + Base.VERSION_NAME + " (Java Mode");
out.println("Command line edition for Processing " + Base.VERSION_NAME + " (Java Mode)");
out.println();
out.println("--help Show this help text. Congratulations.");
out.println();