mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
fixing up command line tool
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user