From 56f8700168b76bd08cfb1cc98a23ce579023099d Mon Sep 17 00:00:00 2001 From: Sean McKenna Date: Sun, 9 Jun 2013 00:44:12 -0600 Subject: [PATCH] update processing-java documentation since output is no longer required --- app/src/processing/mode/java/Commander.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");