src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources.properties
equal
deleted
inserted
replaced
167 \ Path to a Properties file that contains list of key, value pairs\n\ |
167 \ Path to a Properties file that contains list of key, value pairs\n\ |
168 \ (absolute path or relative to the current directory)\n\ |
168 \ (absolute path or relative to the current directory)\n\ |
169 \ The keys "extension", "mime-type", "icon", and "description"\n\ |
169 \ The keys "extension", "mime-type", "icon", and "description"\n\ |
170 \ can be used to describe the association.\n\ |
170 \ can be used to describe the association.\n\ |
171 \ This option can be used multiple times.\n\ |
171 \ This option can be used multiple times.\n\ |
172 \ --identifier <id string>\n\ |
|
173 \ An identifier that uniquely identifies the application\n\ |
|
174 \ Defaults to the main class name.\n\ |
|
175 \ The value should be a valid DNS name.\n\ |
|
176 \ --install-dir <file path>\n\ |
172 \ --install-dir <file path>\n\ |
177 \ {4}\ |
173 \ {4}\ |
178 \ --license-file <file path>\n\ |
174 \ --license-file <file path>\n\ |
179 \ Path to the license file\n\ |
175 \ Path to the license file\n\ |
180 \ (absolute path or relative to the current directory)\n\ |
176 \ (absolute path or relative to the current directory)\n\ |
217 \Relative sub-path under the default installation location\n\ |
213 \Relative sub-path under the default installation location\n\ |
218 |
214 |
219 MSG_Help_mac_launcher=\ |
215 MSG_Help_mac_launcher=\ |
220 \ --mac-package-identifier <ID string>\n\ |
216 \ --mac-package-identifier <ID string>\n\ |
221 \ An identifier that uniquely identifies the application for macOS\n\ |
217 \ An identifier that uniquely identifies the application for macOS\n\ |
222 \ Defaults to the value of --identifier option.\n\ |
218 \ Defaults to the main class name.\n\ |
223 \ May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\ |
219 \ May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\ |
224 \ and period (.) characters.\n\ |
220 \ and period (.) characters.\n\ |
225 \ --mac-package-name <name string>\n\ |
221 \ --mac-package-name <name string>\n\ |
226 \ Name of the application as it appears in the Menu Bar\n\ |
222 \ Name of the application as it appears in the Menu Bar\n\ |
227 \ This can be different from the application name.\n\ |
223 \ This can be different from the application name.\n\ |