--- old/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_zh_CN.properties 2019-03-27 19:43:31.893010900 -0400 +++ new/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_zh_CN.properties 2019-03-27 19:43:30.034491700 -0400 @@ -126,15 +126,15 @@ \ Path to a Properties file that contains list of key, value pairs\n\ \ (absolute path or relative to the current directory)\n\ \ The keys "name" (required), "module", "add-modules",\n\ -\ "main-jar", "main-class", "arguments", "jvm-args",\n\ +\ "main-jar", "main-class", "arguments", "java-options",\n\ \ "app-version", "icon", and "win-console" can be used.\n\ \ These options are added to, or used to overwrite, the original\n\ \ command line options when building an additional launcher.\n\ \ --arguments
\n\ \ Command line arguments to pass to the main class if no command\n\ \ line arguments are given to the launcher\n\ -\ --jvm-args \n\ -\ Java arguments to pass to the virtual machine\n\ +\ --java-options \n\ +\ Options to pass to the Java runtime\n\ \ --main-class \n\ \ Qualified name of the application main class to execute\n\ \ This option can only be used if --main-jar is specified.\n\