Skip to content

Commit bc923f1

Browse files
authored
Merge pull request #5282 from jeremydouglass/patch-1
Remove "Pipe Organ" from exec javadoc
2 parents 402b29a + 93b6b96 commit bc923f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3457,7 +3457,7 @@ static public Process launch(String... args) {
34573457
* method, which uses the operating system's launcher to open the files.
34583458
* It's always a good idea to use a full path to the executable here.
34593459
* <pre>
3460-
* exec("/usr/bin/say", "-v", "Pipe Organ", "welcome to the command line");
3460+
* exec("/usr/bin/say", "welcome to the command line");
34613461
* </pre>
34623462
* Or if you want to wait until it's completed, something like this:
34633463
* <pre>

0 commit comments

Comments
 (0)