jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties
changeset 45652 33342314ce89
parent 45339 f2ab1225d11f
child 45705 a4239e9b21a3
--- a/jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties	Thu Jun 15 17:24:12 2017 +0000
+++ b/jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties	Fri Jun 16 09:20:39 2017 -0700
@@ -59,7 +59,7 @@
 \                  ALL-MODULE-PATH.\n\
 \    --list-modules\n\
 \                  list observable modules and exit\n\
-\    --d <module name>\n\
+\    -d <module name>\n\
 \    --describe-module <module name>\n\
 \                  describe a module and exit\n\
 \    --dry-run     create VM and load main class but do not execute main method.\n\
@@ -166,10 +166,11 @@
 \    --add-opens <module>/<package>=<target-module>(,<target-module>)*\n\
 \                      updates <module> to open <package> to\n\
 \                      <target-module>, regardless of module declaration.\n\
-\    --permit-illegal-access\n\
-\                      permit illegal access to members of types in named modules\n\
-\                      by code in unnamed modules. This compatibility option will\n\
-\                      be removed in the next release.\n\
+\    --illegal-access=<value>\n\
+\                      permit or deny access to members of types in named modules\n\
+\                      by code in unnamed modules.\n\
+\                      <value> is one of "deny", "permit", "warn", or "debug"\n\
+\                      This option will be removed in a future release.\n\
 \    --limit-modules <module name>[,<module name>...]\n\
 \                      limit the universe of observable modules\n\
 \    --patch-module <module>=<file>({0}<file>)*\n\