diff --git a/app/src/processing/mode/java/Commander.java b/app/src/processing/mode/java/Commander.java index bda76f0fa..55c63c351 100644 --- a/app/src/processing/mode/java/Commander.java +++ b/app/src/processing/mode/java/Commander.java @@ -363,7 +363,7 @@ public class Commander implements RunnerListener { out.println("--help Show this help text. Congratulations."); out.println(); out.println("--sketch= Specify the sketch folder (required)"); - out.println("--output= Specify the output folder (required and"); + out.println("--output= Specify the output folder (optional and"); out.println(" cannot be the same as the sketch folder.)"); out.println(); out.println("--force The sketch will not build if the output");