Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/src/processing/mode/java/Commander.java
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static void printCommandLine(PrintStream out) {
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();
}

Expand Down