--- old/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties 2016-08-05 14:31:11.000000000 -0700 +++ new/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties 2016-08-05 14:31:11.000000000 -0700 @@ -37,21 +37,27 @@ \ -help Display command line options and exit\n\ \ -doclet Generate output via alternate doclet\n\ \ -docletpath Specify where to find doclet class files\n\ -\ -modulesourcepath Specify where to find input source files for multiple modules\n\ -\ -upgrademodulepath Override location of upgradeable modules\n\ -\ -modulepath Specify where to find application modules\n\ -\ -mp Specify where to find application modules\n\ -\ -addmods (,)* Root modules to resolve in addition to the initial modules,\n\ +\ --module-source-path Specify where to find input source files for multiple modules\n\ +\ --upgrade-module-path Override location of upgradeable modules\n\ +\ --module-path , -p Specify where to find application modules\n\ +\ --add-modules (,)*\n\ +\ Root modules to resolve in addition to the initial modules,\n\ \ or all modules on the module path if is ALL-MODULE-PATH.\n\ -\ -limitmods (,)* Limit the universe of observable modules\n\ -\ -sourcepath Specify where to find source files\n\ -\ -classpath Specify where to find user class files\n\ -\ -cp Specify where to find user class files\n\ +\ --limit-modules (,)*\n\ +\ Limit the universe of observable modules\n\ +\ --source-path Specify where to find source files\n\ +\ -sourcepath Specify where to find source files\n\ +\ --class-path Specify where to find user class files\n\ +\ -classpath Specify where to find user class files\n\ +\ -cp Specify where to find user class files\n\ \ -exclude Specify a list of packages to exclude\n\ \ -subpackages Specify subpackages to recursively load\n\ \ -breakiterator Compute first sentence with BreakIterator\n\ -\ -bootclasspath Override location of class files loaded\n\ -\ by the bootstrap class loader\n\ +\ -bootclasspath Override location of platform class files\n\ +\ used for non-modular releases\n\ +\ --system Override location of system modules used\n\ +\ for modular releases.\n\ +\ --release Provide source compatibility with specified release\n\ \ -source Provide source compatibility with specified release\n\ \ -extdirs Override location of installed extensions\n\ \ -verbose Output messages about what Javadoc is doing\n\ @@ -61,19 +67,23 @@ \ -J Pass directly to the runtime system\n\ \ -X Print a synopsis of nonstandard options and exit\n +main.usage.foot=\n\ +GNU-style options may use '=' instead whitespace to separate the name of an option\n\ +from its value.\n + main.Xusage=\ \ -Xmaxerrs Set the maximum number of errors to print\n\ \ -Xmaxwarns Set the maximum number of warnings to print\n\ -\ -XaddExports:/=(,)*\n\ +\ --add-exports /=(,)*\n\ \ Specify a package to be considered as exported from its \n\ \ defining module to additional modules, or to all unnamed \n\ \ modules if is ALL-UNNAMED.\n\ -\ -XaddReads:=(,)*\n\ +\ --add-reads =(,)*\n\ \ Specify additional modules to be considered as required by a\n\ \ given module. may be ALL-UNNAMED to require\n\ \ the unnamed module.\n\ \ -Xmodule: Specify a module to which the classes being compiled belong.\n\ -\ -Xpatch:=(:)*\n\ +\ --patch-module =(:)*\n\ \ Override or augment a module with classes and resources\n\ \ in JAR files or directories\n\ \ -Xold Invoke the legacy javadoc tool\n