--- old/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties 2017-10-03 12:06:23.000000000 -0700 +++ new/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties 2017-10-03 12:06:23.000000000 -0700 @@ -86,10 +86,6 @@ \ --add-modules [,...]\n\ \ Adds modules to the root set for analysis -main.opt.m=\ -\ -m \n\ -\ --module Specify the root module for analysis - main.opt.R=\ \ -R -recursive Recursively traverse all run-time dependences.\n\ \ The -R option implies -filter:none. If -p,\n\ @@ -121,6 +117,11 @@ \ type, method parameter types, returned type,\n\ \ checked exception types etc. +main.opt.m=\n\ +\Module dependence analysis options:\n\ +\ -m \n\ +\ --module Specify the root module for analysis + main.opt.generate-module-info=\ \ --generate-module-info Generate module-info.java under the specified\n\ \ directory. The specified JAR files will be\n\ @@ -142,7 +143,6 @@ \ graph after transition reduction. It also\n\ \ identifies any unused qualified exports. - main.opt.dotoutput=\ \ -dotoutput \n\ \ --dot-output Destination directory for DOT file output @@ -157,15 +157,15 @@ \ WARNING: JDK internal APIs are inaccessible. main.opt.list-deps=\ -\ --list-deps Lists the dependences and use of JDK internal\n\ -\ APIs. +\ --list-deps Lists the module dependences and also the\n\ +\ package names of JDK internal APIs if referenced. main.opt.list-reduced-deps=\ \ --list-reduced-deps Same as --list-deps with not listing\n\ \ the implied reads edges from the module graph\n\ -\ If module M1 depends on M2 and M3,\n\ -\ M2 requires public on M3, then M1 reading M3 is\n\ -\ implied and removed from the module graph. +\ If module M1 reads M2, and M2 requires\n\ +\ transitive on M3, then M1 reading M3 is implied\n\ +\ and is not shown in the graph. main.opt.depth=\ \ -depth= Specify the depth of the transitive\n\