initial line break

This commit is contained in:
benfry
2012-10-21 01:11:50 +00:00
parent 79c84d89ed
commit 4ed363a566

View File

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