update processing-java documentation since output is no longer required

This commit is contained in:
Sean McKenna
2013-06-09 00:44:12 -06:00
parent 0255c6acad
commit 56f8700168

View File

@@ -363,7 +363,7 @@ public class Commander implements RunnerListener {
out.println("--help Show this help text. Congratulations.");
out.println();
out.println("--sketch=<name> Specify the sketch folder (required)");
out.println("--output=<name> Specify the output folder (required and");
out.println("--output=<name> 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");