src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties
branchJDK-8200758-branch
changeset 57283 0b0be19f79e4
parent 57276 eac9018748b3
child 57286 2ee6dedec44f
equal deleted inserted replaced
57282:c9c2c08854f5 57283:0b0be19f79e4
   164 \  --identifier <id string>\n\
   164 \  --identifier <id string>\n\
   165 \          Machine readable identifier of the application\n\
   165 \          Machine readable identifier of the application\n\
   166 \          The format must be a DNS name in reverse order,\n\
   166 \          The format must be a DNS name in reverse order,\n\
   167 \          such as com.example.myapplication.\n\
   167 \          such as com.example.myapplication.\n\
   168 \  --install-dir <file path>\n\
   168 \  --install-dir <file path>\n\
   169 \          Absolute path of the installation directory of the application\n\
   169 \          {4}\
   170 \  --installer-type <type> \n\
   170 \  --installer-type <type> \n\
   171 \          The type of the installer to create\n\
   171 \          The type of the installer to create\n\
   172 \          Valid values are: {1} \n\
   172 \          Valid values are: {1} \n\
   173 \          If this option is not specified (in create-installer mode) all\n\
   173 \          If this option is not specified (in create-installer mode) all\n\
   174 \          supported types of installable packages for the current\n\
   174 \          supported types of installable packages for the current\n\
   212 \          alphanumerics, dots, and dashes (no whitespace)\n\
   212 \          alphanumerics, dots, and dashes (no whitespace)\n\
   213 \  --win-shortcut\n\
   213 \  --win-shortcut\n\
   214 \          Creates a desktop shortcut for the application\n\
   214 \          Creates a desktop shortcut for the application\n\
   215 \  --win-upgrade-uuid <id string>\n\
   215 \  --win-upgrade-uuid <id string>\n\
   216 \          UUID associated with upgrades for this package\n\
   216 \          UUID associated with upgrades for this package\n\
       
   217 
       
   218 MSG_Help_win_install_dir=\
       
   219 \Relative sub-path under the default installation location\n\
   217 
   220 
   218 MSG_Help_mac_install=\
   221 MSG_Help_mac_install=\
   219 \  --mac-bundle-identifier <ID string>\n\
   222 \  --mac-bundle-identifier <ID string>\n\
   220 \          An identifier that uniquely identifies the application for MacOSX\n\
   223 \          An identifier that uniquely identifies the application for MacOSX\n\
   221 \          (and on the Mac App Store)\n\
   224 \          (and on the Mac App Store)\n\
   251 \  --linux-package-deps\n\
   254 \  --linux-package-deps\n\
   252 \          Required packages or capabilities for the application\n\
   255 \          Required packages or capabilities for the application\n\
   253 \  --linux-rpm-license-type <type string>\n\
   256 \  --linux-rpm-license-type <type string>\n\
   254 \          Type of the license ("License: <value>" of the RPM .spec)\n\
   257 \          Type of the license ("License: <value>" of the RPM .spec)\n\
   255 
   258 
       
   259 MSG_Help_mac_linux_install_dir=\
       
   260 \Absolute path of the installation directory of the application\n\
       
   261 
       
   262 MSG_Help_default_install_dir=\
       
   263 \Absolute path of the installation directory of the application on OS X\n\
       
   264 \          or Linux. Relative sub-path of the installation location of the application\n\
       
   265 \          such as "Program Files" or "AppData" on Windows.\n\
       
   266 
   256 MSG_Help_no_args=Usage: jpackage <mode> <options>\n\
   267 MSG_Help_no_args=Usage: jpackage <mode> <options>\n\
   257 \Use jpackage --help (or -h) for a list of possible options\
   268 \Use jpackage --help (or -h) for a list of possible options\
   258 
   269