Merge pull request #5282 from jeremydouglass/patch-1

Remove "Pipe Organ" from exec javadoc
This commit is contained in:
Ben Fry
2017-10-18 16:35:18 -04:00
committed by GitHub
+1 -1
View File
@@ -3457,7 +3457,7 @@ public class PApplet implements PConstants {
* method, which uses the operating system's launcher to open the files.
* It's always a good idea to use a full path to the executable here.
* <pre>
* exec("/usr/bin/say", "-v", "Pipe Organ", "welcome to the command line");
* exec("/usr/bin/say", "welcome to the command line");
* </pre>
* Or if you want to wait until it's completed, something like this:
* <pre>