--- old/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_ja.properties 2019-04-18 15:31:54.946757200 -0400 +++ new/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_ja.properties 2019-04-18 15:31:53.589531100 -0400 @@ -59,6 +59,7 @@ Generic Options:\n\ \ @ \n\ \ Read options and/or mode from a file \n\ +\ This Option can be used Multiple times.\n\ \ --app-version \n\ \ Version of the application and/or installer\n\ \ --copyright \n\ @@ -95,11 +96,13 @@ \ if not specified, either just the main module (if --module is\n\ \ specified), or the default set of modules (if --main-jar is \n\ \ specified) are used.\n\ +\ This Option can be used Multiple times.\n\ \ --module-path -p ...\n\ \ A {0} separated list of paths\n\ \ Each path is either a directory of modules or the path to a\n\ \ modular jar.\n\ \ (each path is absolute or relative to the current directory)\n\ +\ This Option can be used Multiple times.\n\ \ --runtime-image \n\ \ Path of the predefined runtime image that will be copied into\n\ \ the application image\n\ @@ -121,22 +124,26 @@ \ application image.\n\ \n\ \Options for creating the application launcher(s):\n\ -\ --add-launcher \n\ -\ 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", "java-options",\n\ -\ "app-version", "icon", and "win-console" can be used.\n\ +\ --add-launcher =\n\ +\ Name of launcher, and a path to a Properties file that contains\n\ +\ a list of key, value pairs\n\ +\ (absolute path or relative to the current directory)\n\ +\ The keys "module", "add-modules", "main-jar", "main-class",\n\ +\ "arguments", "java-options", "app-version", "icon", and\n\ +\ "win-console" can be used.\n\ \ These options are added to, or used to overwrite, the original\n\ \ command line options to build an additional alternative launcher.\n\ \ The main application launcher will be built from the command line\n\ -\ options. Additional alternative launchers may be built using\n\ -\ this option.\n\ +\ options. Additional alternative launchers can be built using\n\ +\ this option, and this option can be used multiple times to\n\ +\ build multiple additional launchers. \n\ \ --arguments
\n\ \ Command line arguments to pass to the main class if no command\n\ \ line arguments are given to the launcher\n\ +\ This Option can be used Multiple times.\n\ \ --java-options \n\ \ Options to pass to the Java runtime\n\ +\ This Option can be used Multiple times.\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\ @@ -163,6 +170,7 @@ \ (absolute path or relative to the current directory)\n\ \ The keys "extension", "mime-type", "icon", and "description"\n\ \ can be used to describe the association.\n\ +\ This Option can be used Multiple times.\n\ \ --identifier \n\ \ An identifier that uniquely identifies the application\n\ \ Defaults to the main class name.\n\