--- old/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties 2019-03-20 16:49:33.690838600 -0700 +++ new/src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties 2019-03-20 16:49:32.379707500 -0700 @@ -166,7 +166,7 @@ \ The format must be a DNS name in reverse order,\n\ \ such as com.example.myapplication.\n\ \ --install-dir \n\ -\ Absolute path of the installation directory of the application\n\ +\ {4}\ \ --installer-type \n\ \ The type of the installer to create\n\ \ Valid values are: {1} \n\ @@ -215,6 +215,10 @@ \ --win-upgrade-uuid \n\ \ UUID associated with upgrades for this package\n\ +MSG_Help_win_install_dir=\ +\Relative sub-path of the installation location of the application such as\n\ +\ "Program Files" or "AppData"\n\ + MSG_Help_mac_install=\ \ --mac-bundle-identifier \n\ \ An identifier that uniquely identifies the application for MacOSX\n\ @@ -253,6 +257,14 @@ \ --linux-rpm-license-type \n\ \ Type of the license ("License: " of the RPM .spec)\n\ +MSG_Help_mac_linux_install_dir=\ +\Absolute path of the installation directory of the application\n\ + +MSG_Help_default_install_dir=\ +\Absolute path of the installation directory of the application on OS X\n\ +\ or Linux. Relative sub-path of the installation location of the application\n\ +\ such as "Program Files" or "AppData" on Windows.\n\ + MSG_Help_no_args=Usage: jpackage \n\ \Use jpackage --help (or -h) for a list of possible options\