--- old/src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties 2016-08-05 14:31:04.000000000 -0700 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties 2016-08-05 14:31:04.000000000 -0700 @@ -69,58 +69,61 @@ Warning: Tracing is no longer supported. Instead, use\ -verbose:jni option of the virtual machine. -# -# Usage message. -# -usage=\ -Usage: javah [options] \n\ -\n\ -where [options] include:\n\ -\n\t\ --help Print this help message and exit\n\t\ --classpath Path from which to load classes\n\t\ --cp Path from which to load classes\n\t\ --modulepath Path from which to load application modules\n\t\ --system JDK directory from which to load system modules\n\t\ --d Output directory\n\t\ --o Output file (only one of -d or -o may be used)\n\t\ --jni Generate JNI-style header file (default)\n\t\ --version Print version information\n\t\ --verbose Enable verbose output\n\t\ --force Always write output files\n\ -\n\ - are specified with their fully qualified names, optionally\n\ -prefixed by a module name followed by '/'. Examples:\n\ - java.lang.Object\n\ - java.base/java.io.File\n\ - main.usage=\ Usage: \n\ \ javah [options] \n\ where [options] include: + main.opt.o=\ -\ -o Output file (only one of -d or -o may be used) +\ -o Output file (only one of -d or -o may be used) + main.opt.d=\ -\ -d Output directory +\ -d Output directory + main.opt.v=\ -\ -v -verbose Enable verbose output +\ -v -verbose Enable verbose output + main.opt.h=\ -\ -h --help -? Print this message +\ -h --help -? Print this message + main.opt.version=\ -\ -version Print version information +\ -version Print version information + main.opt.jni=\ -\ -jni Generate JNI-style header file (default) +\ -jni Generate JNI-style header file (default) + main.opt.force=\ -\ -force Always write output files +\ -force Always write output files + +main.opt.module_path=\ +\ --module-path Path from which to load application modules + +main.opt.upgrade_module_path=\ +\ --upgrade_module-path Path from which to load application modules + main.opt.classpath=\ -\ -classpath Path from which to load classes +\ -classpath Path from which to load classes + +main.opt.class_path=\ +\ --class-path Path from which to load classes + main.opt.cp=\ -\ -cp Path from which to load classes +\ -cp Path from which to load classes + main.opt.bootclasspath=\ -\ -bootclasspath Path from which to load bootstrap classes -main.usage.foot=\ - are specified with their fully qualified names\n\ -(for example, java.lang.Object). +\ -bootclasspath Path from which to load bootstrap classes + +main.opt.system=\ +\ --system Specify where to find system modules + +main.usage.foot=\n\ +GNU-style options may use '=' instead whitespace to separate the name of an option\n\ +from its value.\n\ +\n\ +Each class must be specified by its fully qualified names, optionally\n\ +prefixed by a module name followed by '/'. Examples:\n\ +\ java.lang.Object\n\ +\ java.base/java.io.File\n\ # # Version string.