src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Mon Apr 15 12:03:26 2019 -0400
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Thu Apr 18 19:36:55 2019 -0400
@@ -59,6 +59,7 @@
Generic Options:\n\
\ @<filename> \n\
\ Read options and/or mode from a file \n\
+\ This option can be used multiple times.\n\
\ --app-version <version>\n\
\ Version of the application and/or installer\n\
\ --copyright <copyright string>\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 <module path>...\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 <file path>\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 <file path>\n\
-\ Path to a Properties file that contains list of key, value pairs\n\
+\ --add-launcher <launcher name>=<file path>\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 "name" (required), "module", "add-modules",\n\
-\ "main-jar", "main-class", "arguments", "java-options",\n\
-\ "app-version", "icon", and "win-console" can be used.\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 <main class 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 <java options>\n\
\ Options to pass to the Java runtime\n\
+\ This option can be used multiple times.\n\
\ --main-class <class name>\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 <id string>\n\
\ An identifier that uniquely identifies the application\n\
\ Defaults to the main class name.\n\