Skip to content

Commit 9176621

Browse files
committed
change "will" to "must" for clarity (fixes #3878)
1 parent 3eace67 commit 9176621

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
@@ -387,7 +387,7 @@ static void printCommandLine(PrintStream out) {
387387
// out.println(" Otherwise specify 0 or leave it out.");
388388

389389
out.println();
390-
out.println("The --build, --run, --present, or --export will be the final parameter");
390+
out.println("The --build, --run, --present, or --export must be the final parameter");
391391
out.println("passed to Processing. Arguments passed following one of those four will");
392392
out.println("be passed through to the sketch itself, and therefore available to the");
393393
out.println("sketch via the 'args' field. To pass options understood by PApplet.main(),");

0 commit comments

Comments
 (0)