We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30e7fa commit b147d2eCopy full SHA for b147d2e
1 file changed
README.md
@@ -17,7 +17,7 @@ p.execute("println \"Hello World\"", false);
17
p.execute(new File("path_to_file"), true);
18
```
19
You can also execute the script from the command line with the raw jar file.<br>
20
-This example will execute the command "help"
+This example will execute the command "version" and print the current version.
21
> java -jar devscript_1.8.3.jar -e "version"
22
23
Command line arguments are:<br>
0 commit comments