move processing-java to /usr/local/bin (fixes #3497)

This commit is contained in:
Ben Fry
2015-08-17 17:11:19 -04:00
parent e25f6946df
commit ac1aa30fad
3 changed files with 14 additions and 5 deletions

View File

@@ -386,6 +386,7 @@ public class Commander implements RunnerListener {
// out.println(" 32- or 64-bit specific such as the OpenGL library.");
// out.println(" Otherwise specify 0 or leave it out.");
out.println();
out.println("The --build, --run, --present, or --export will be the final parameter");
out.println("passed to Processing. Arguments passed following one of those four will");
out.println("be passed through to the sketch itself, and therefore available to the");