diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 15b29afe6..2a15b7752 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -189,8 +189,8 @@ public class PApplet implements PConstants { /** * Command line options passed in from main(). - *

* This does not include the arguments passed in to PApplet itself. + * @see PApplet#main */ public String[] args; @@ -9261,16 +9261,23 @@ public class PApplet implements PConstants { /** * main() method for running this class from the command line. *

- * The options shown here are not yet finalized and will be - * changing over the next several releases. + * Usage: PApplet [options] <class name> [sketch args] + *