src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Tue Dec 18 15:10:45 2018 -0500
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Tue Dec 18 16:57:57 2018 -0500
@@ -57,7 +57,7 @@
\ Generate an application installer:\n\
\ jpackage create-installer -i inputdir -o outputdir \\\n\
\ -n "Installer Name" -c package.ClassName -j MyJar.jar\n\
-\ jpackage create-inataller -o outputdir -n "Installer Name" \\\n\
+\ jpackage create-installer -o outputdir -n "Installer Name" \\\n\
--app-image <app image dir>\n\
\ Generate a JRE installer:\n\
\ jpackage create-jre-installer -name <jre-name> -output outputdir\n\
@@ -72,19 +72,21 @@
\ option for the current platform to the output stream, and exit\n\
\ --version -v\n\
\ Print the product version to the output stream and exit\n\
-\ --output -o <output dir>\n\
-\ Name of the directory where generated output file is placed\n\
-\ --input -i <input dir>\n\
-\ Name of the input directory that contains the files to package\n\
+\ --output -o <output path>\n\
+\ Path where generated output file is placed\n\
+\ (absolute path or relative to the current directory)\n\
+\ --input -i <input path>\n\
+\ Path of the input directory that contains the files to package\n\
+\ (absolute path or relative to the current directory)\n\
\ --files -f <input files>\n\
\ A {0} separated list of files in the input dir to be packaged\n\
\ If omitted, all files in the input directory will be packaged.\n\
\ --name -n <application name>\n\
\ Name of the application\n\
-\ --main-jar -j <main jar name>\n\
+\ --main-jar -j <main jar file>\n\
\ The main JAR of the application\n\
-\ This JAR should have the main-class, and is relative\n\
-\ to the assembled application directory.\n\
+\ (specified as a path relative to the input path)\n\
+\ This JAR should contain the main-class.\n\
\ --class -c <class name>\n\
\ Qualified name of the application class to execute\n\
\ --app-version <version string>\n\
@@ -92,8 +94,9 @@
\ --arguments -a <main class arguments>\n\
\ Command line arguments to pass to the main class if no\n\
\ arguments are specified by the launcher\n\
-\ --icon <icon file name>\n\
-\ Icon of the application bundle\n\
+\ --icon <icon file path>\n\
+\ Path of the icon of the application bundle\n\
+\ (absolute path or relative to the current directory)\n\
\ --singleton\n\
\ Prevents multiple instances of the application from launching\n\
\ (see SingleInstanceService API for more details)\n\
@@ -108,23 +111,30 @@
\ --jvm-args <java vm arguments>\n\
\ JVM flags and options to pass to the application\n\
\ --file-associations <file path>\n\
-\ Properties file that contains list of key,value pairs that\n\
-\ describe a file association\n\
-\ "extension", "mime-type", "icon", and "description"\n\
-\ can be used as keys for the association.\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 "extension", "mime-type", "icon", and "description"\n\
+\ can be used to describe the association.\n\
\ --secondary-launcher <file path>\n\
-\ Properties file that contains a collection of options\n\
-\ for a secondary 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), "version", "module", "class",\n\
+\ "icon", "arguments", "jvm-args", "win-menu",\n\
+\ "win-shortcut", and "win-console" can be used to describe\n\
+\ the secondary launcher.\n\
\ --build-root <file path>\n\
-\ Directory in which to use and place temporary files\n\
+\ Path of the directory used to create temporary files\n\
+\ (absolute path or relative to the current directory)\n\
\ --runtime-image <file path>\n\
-\ Location of the predefined runtime image that is used to build\n\
+\ Path of the predefined runtime image that is used to build\n\
\ an application image and installable package\n\
+\ (absolute path or relative to the current directory)\n\
\ --app-image <file path>\n\
\ Location of the predefined application image that is used\n\
\ to build an installable package\n\
+\ (absolute path or relative to the current directory)\n\
\ --install-dir <file path>\n\
-\ Installation directory of the application\n\
+\ Absolute path of the installation directory of the application\n\
\ This option is ignored on Windows, use --win-dir-chooser to\n\
\ provide user the ability to choose the installation directory.\n\
\ --license-file <file name>\n\
@@ -147,6 +157,7 @@
\ and be located on the module path.\n\
\ --module-path -p <module path>\n\
\ Path JLink looks in for modules when packaging the Java Runtime\n\
+\ (absolute path or relative to the current directory)\n\
\ --add-modules <module list>\n\
\ A {0} separated list of modules to add to JImage creation,\n\
\ including possible services\n\
@@ -172,7 +183,8 @@
\ Note that the key is the string shown to\n\
\ the user and the value is the ID of the category.\n\
\ --mac-app-store-entitlements <file path>\n\
-\ File location of a custom mac app store entitlements file\n\
+\ Path of a custom mac app store entitlements file\n\
+\ (absolute path or relative to the current directory)\n\
\ --mac-bundle-signing-prefix <prefix string>\n\
\ When signing the application bundle, this value is prefixed to all\n\
\ components that need to be signed that don't have\n\
@@ -181,7 +193,8 @@
\ User name portion of the typical\n\
\ "Mac Developer ID Application: <user name>" signing key\n\
\ --mac-signing-keychain <file path>\n\
-\ Location of the keychain to use\n\
+\ Path of the keychain to use\n\
+\ (absolute path or relative to the current directory)\n\
\ If not specified, the standard keychains are used.\n\
MSG_Help_linux=\nThe following options are valid for Linux platforms:\n\