--- old/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties 2016-08-07 17:47:20.000000000 -0700 +++ new/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties 2016-08-07 17:47:20.000000000 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -37,15 +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\ -\ -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\ +\ --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\ +\ --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\ +\ -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\ \ -source Provide source compatibility with specified release\n\ +\ --release Provide source compatibility with specified release\n\ \ -extdirs Override location of installed extensions\n\ \ -verbose Output messages about what Javadoc is doing\n\ \ -locale Locale to be used, e.g. en_US or en_US_WIN\n\ @@ -54,9 +66,25 @@ \ -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 +\ -Xmaxwarns Set the maximum number of warnings to print\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\ +\ --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\ +\ --patch-module =(:)*\n\ +\ Override or augment a module with classes and resources\n\ +\ in JAR files or directories\n main.Xusage.foot=\ These options are non-standard and subject to change without notice.