mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix: update cli help link to relevant wiki (#1378)
This commit is contained in:
@@ -401,7 +401,7 @@ public class Commander implements RunnerListener {
|
||||
out.println("be passed through to the sketch itself, and therefore available to the");
|
||||
out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),");
|
||||
out.println("write a custom main() method so that the preprocessor does not add one.");
|
||||
out.println("https://github.com/processing/processing/wiki/Command-Line");
|
||||
out.println("https://github.com/processing/processing4/wiki/Command-Line");
|
||||
out.println();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user