src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties
--- a/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Tue Sep 10 14:57:03 2019 -0400
+++ b/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties Wed Sep 11 13:26:36 2019 -0400
@@ -71,10 +71,10 @@
\ --output -o <output path>\n\
\ Path where generated output file is placed\n\
\ (absolute path or relative to the current directory)\n\
-\ --temp-root <file path>\n\
+\ --temp <file path>\n\
\ Path of a new or empty directory used to create temporary files\n\
\ (absolute path or relative to the current directory)\n\
-\ If specified, the temp-root will not be removed upon the task\n\
+\ If specified, the temp dir will not be removed upon the task\n\
\ completion and must be removed manually\n\
\ If not specified, a temporary directory will be created and\n\
\ removed upon the task completion.\n\
@@ -112,7 +112,7 @@
\n\
\Options for creating the application image:\n\
\ --icon <icon file path>\n\
-\ Path of the icon of the application bundle\n\
+\ Path of the icon of the application package\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 be packaged\n\
@@ -215,23 +215,23 @@
\Relative sub-path under the default installation location\n\
MSG_Help_mac_launcher=\
-\ --mac-bundle-identifier <ID string>\n\
+\ --mac-package-identifier <ID string>\n\
\ An identifier that uniquely identifies the application for macOS\n\
\ Defaults to the value of --identifier option.\n\
\ May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\
\ and period (.) characters.\n\
-\ --mac-bundle-name <name string>\n\
+\ --mac-package-name <name string>\n\
\ Name of the application as it appears in the Menu Bar\n\
\ This can be different from the application name.\n\
\ This name must be less than 16 characters long and be suitable for\n\
\ displaying in the menu bar and the application Info window.\n\
\ Defaults to the application name.\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\
-\ an existing bundle identifier.\n\
+\ --mac-package-signing-prefix <prefix string>\n\
+\ When signing the application package, this value is prefixed\n\
+\ to all components that need to be signed that don't have\n\
+\ an existing package identifier.\n\
\ --mac-sign\n\
-\ Request that the bundle be signed\n\
+\ Request that the package be signed\n\
\ --mac-signing-keychain <file path>\n\
\ Path of the keychain to search for the signing identity\n\
\ (absolute path or relative to the current directory).\n\
@@ -241,10 +241,10 @@
\ For example "Developer ID Application: "\n\
MSG_Help_linux_install=\
-\ --linux-bundle-name <bundle name>\n\
-\ Name for Linux bundle, defaults to the application name\n\
+\ --linux-package-name <package name>\n\
+\ Name for Linux package, defaults to the application name\n\
\ --linux-deb-maintainer <email address>\n\
-\ Maintainer for .deb bundle\n\
+\ Maintainer for .deb package\n\
\ --linux-deb-copyright-file <file path>\n\
\ Path to custom copyright file for Debian packaging\n\
\ (absolute path or relative to the current directory)\n\