Skip to content

Commit f0b3208

Browse files
committed
fix: update cli help link to relevant wiki
1 parent edaf153 commit f0b3208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/Commander.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ static void printCommandLine(PrintStream out) {
383383
out.println("be passed through to the sketch itself, and therefore available to the");
384384
out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),");
385385
out.println("write a custom main() method so that the preprocessor does not add one.");
386-
out.println("https://github.com/processing/processing/wiki/Command-Line");
386+
out.println("https://github.com/processing/processing4/wiki/Command-Line");
387387
out.println();
388388
}
389389

0 commit comments

Comments
 (0)