--- old/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties 2016-08-08 16:38:17.000000000 -0700 +++ new/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties 2016-08-08 16:38:16.000000000 -0700 @@ -1,6 +1,6 @@ main.usage.summary=\ Usage: {0} ]\n\ -use -h, -? or -help for a list of possible options +use -h, -?, -help, or --help for a list of possible options main.usage=\ Usage: {0} ]\n\ @@ -12,7 +12,8 @@ warn.prefix=Warning: main.opt.h=\ -\ -h -? -help Print this usage message +\ -h -? -help\n\ +\ --help Print this usage message main.opt.version=\ \ -version Version information @@ -64,24 +65,26 @@ \ -P -profile Show profile containing a package main.opt.cp=\ -\ -cp -classpath Specify where to find class files +\ -cp \n\ +\ -classpath \n\ +\ --class-path Specify where to find class files -main.opt.mp=\ -\ -mp ...\n\ -\ -modulepath ... Specify module path +main.opt.module-path=\ +\ --module-path ... Specify module path -main.opt.upgrademodulepath=\ -\ -upgrademodulepath ... Specify upgrade module path +main.opt.upgrade-module-path=\ +\ --upgrade-module-path ... Specify upgrade module path main.opt.system=\ -\ -system Specify an alternate system module path +\ --system Specify an alternate system module path -main.opt.addmods=\ -\ -addmods [,...]\n\ +main.opt.add-modules=\ +\ --add-modules [,...]\n\ \ Adds modules to the root set for analysis main.opt.m=\ -\ -m Specify the root module for analysis +\ -m \n\ +\ --module Specify the root module for analysis main.opt.R=\ \ -R -recursive Recursively traverse all run-time dependencies.\n\ @@ -98,8 +101,8 @@ \ dependency summary. This option must use\n\ \ with -requires, -package or -regex option. -main.opt.ct=\ -\ -ct -compile-time Compile-time view of transitive dependencies\n\ +main.opt.compile-time=\ +\ --compile-time Compile-time view of transitive dependencies\n\ \ i.e. compile-time view of -R option.\n\ \ Analyzes the dependences per other given options\n\ \ If a dependence is found from a directory,\n\ @@ -113,14 +116,14 @@ \ type, method parameter types, returned type,\n\ \ checked exception types etc. -main.opt.genmoduleinfo=\ -\ -genmoduleinfo Generate module-info.java under the specified\n\ +main.opt.gen-module-info=\ +\ --gen-module-info Generate module-info.java under the specified\n\ \ directory. The specified JAR files will be\n\ \ analyzed. This option cannot be used with\n\ \ -dotoutput or -cp. main.opt.check=\ -\ -check [,...\n\ +\ --check [,...\n\ \ Analyze the dependence of the specified modules\n\ \ It prints the module descriptor, the resulting\n\ \ module dependences after analysis and the\n\ @@ -151,7 +154,7 @@ err.missing.arg=no value given for {0} err.invalid.arg.for.option=invalid argument for option: {0} err.option.after.class=option must be specified before classes: {0} -err.genmoduleinfo.not.jarfile={0} not valid for -genmoduleinfo option (must be non-modular JAR file) +err.genmoduleinfo.not.jarfile={0} not valid for --gen-module-info option (must be non-modular JAR file) err.profiles.msg=No profile information err.exception.message={0} err.invalid.path=invalid path: {0}