@@ -70,50 +70,50 @@ Generic Options:\n\
70
70
\ --help -h \n \
71
71
\ Print the usage text with a list and description of each valid\n \
72
72
\ option for the current platform to the output stream, and exit\n \
73
- \ --icon <icon file path>\n \
73
+ \ --icon <file path>\n \
74
74
\ Path of the icon of the application package\n \
75
75
\ (absolute path or relative to the current directory)\n \
76
76
\ --name -n <name>\n \
77
77
\ Name of the application and/or package\n \
78
78
\ --dest -d <destination path>\n \
79
79
\ Path where generated output file is placed\n \
80
- \ Defaults to the current working directory.\n \
81
80
\ (absolute path or relative to the current directory)\n \
82
- \ --temp <file path>\n \
81
+ \ Defaults to the current working directory.\n \
82
+ \ --temp <directory path>\n \
83
83
\ Path of a new or empty directory used to create temporary files\n \
84
84
\ (absolute path or relative to the current directory)\n \
85
85
\ If specified, the temp dir will not be removed upon the task\n \
86
- \ completion and must be removed manually\n \
86
+ \ completion and must be removed manually. \n \
87
87
\ If not specified, a temporary directory will be created and\n \
88
88
\ removed upon the task completion.\n \
89
89
\ --vendor <vendor string>\n \
90
90
\ Vendor of the application\n \
91
91
\ --verbose\n \
92
92
\ Enables verbose output\n \
93
93
\ --version\n \
94
- \ Print the product version to the output stream and exit\n \
94
+ \ Print the product version to the output stream and exit. \n \
95
95
\n \
96
96
\Options for creating the runtime image:\n \
97
97
\ --add-modules <module name>[,<module name>...]\n \
98
- \ A comma (",") separated list of modules to add. \n \
98
+ \ A comma (",") separated list of modules to add\n \
99
99
\ This module list, along with the main module (if specified)\n \
100
100
\ will be passed to jlink as the --add-module argument.\n \
101
- \ if not specified, either just the main module (if --module is\n \
101
+ \ If not specified, either just the main module (if --module is\n \
102
102
\ specified), or the default set of modules (if --main-jar is \n \
103
103
\ specified) are used.\n \
104
104
\ This option can be used multiple times.\n \
105
105
\ --module-path -p <module path>...\n \
106
106
\ A {0} separated list of paths\n \
107
107
\ Each path is either a directory of modules or the path to a\n \
108
108
\ modular jar.\n \
109
- \ (each path is absolute or relative to the current directory)\n \
109
+ \ (Each path is absolute or relative to the current directory. )\n \
110
110
\ This option can be used multiple times.\n \
111
111
\ --jlink-options <jlink options> \n \
112
112
\ A space separated list of options to pass to jlink \n \
113
113
\ If not specified, defaults to "--strip-native-commands \n \
114
- \ --strip-debug --no-man-pages --no-header-files" \n \
114
+ \ --strip-debug --no-man-pages --no-header-files". \n \
115
115
\ This option can be used multiple times.\n \
116
- \ --runtime-image <file path>\n \
116
+ \ --runtime-image <directory path>\n \
117
117
\ Path of the predefined runtime image that will be copied into\n \
118
118
\ the application image\n \
119
119
\ (absolute path or relative to the current directory)\n \
@@ -123,7 +123,7 @@ Generic Options:\n\
123
123
\ --strip-native-commands.\n \
124
124
\n \
125
125
\Options for creating the application image:\n \
126
- \ --input -i <input path>\n \
126
+ \ --input -i <directory path>\n \
127
127
\ Path of the input directory that contains the files to be packaged\n \
128
128
\ (absolute path or relative to the current directory)\n \
129
129
\ All files in the input directory will be packaged into the\n \
@@ -168,7 +168,7 @@ Generic Options:\n\
168
168
\Options for creating the application package:\n \
169
169
\ --about-url <url>\n \
170
170
\ URL of the application''s home page\n \
171
- \ --app-image <file path>\n \
171
+ \ --app-image <directory path>\n \
172
172
\ Location of the predefined application image that is used\n \
173
173
\ to build an installable package\n \
174
174
\ (absolute path or relative to the current directory)\n \
@@ -178,17 +178,17 @@ Generic Options:\n\
178
178
\ The keys "extension", "mime-type", "icon", and "description"\n \
179
179
\ can be used to describe the association.\n \
180
180
\ This option can be used multiple times.\n \
181
- \ --install-dir <file path>\n \
181
+ \ --install-dir <directory path>\n \
182
182
\ {4}\
183
183
\ --license-file <file path>\n \
184
184
\ Path to the license file\n \
185
185
\ (absolute path or relative to the current directory)\n \
186
- \ --resource-dir <path>\n \
186
+ \ --resource-dir <directory path>\n \
187
187
\ Path to override jpackage resources\n \
188
188
\ Icons, template files, and other resources of jpackage can be\n \
189
189
\ over-ridden by adding replacement resources to this directory.\n \
190
190
\ (absolute path or relative to the current directory)\n \
191
- \ --runtime-image <file path>\n \
191
+ \ --runtime-image <directory path>\n \
192
192
\ Path of the predefined runtime image to install\n \
193
193
\ (absolute path or relative to the current directory)\n \
194
194
\ Option is required when creating a runtime package.\n \
@@ -206,7 +206,7 @@ MSG_Help_win_launcher=\
206
206
MSG_Help_win_install =\
207
207
\ --win-dir-chooser\n \
208
208
\ Adds a dialog to enable the user to choose a directory in which\n \
209
- \ the product is installed\n \
209
+ \ the product is installed. \n \
210
210
\ --win-help-url <url>\n \
211
211
\ URL where user can obtain further information or technical support\n \
212
212
\ --win-menu\n \
@@ -219,7 +219,7 @@ MSG_Help_win_install=\
219
219
\ Request to add desktop shortcut for this application\n \
220
220
\ --win-shortcut-prompt\n \
221
221
\ Adds a dialog to enable the user to choose if shortcuts\n \
222
- \ will be created by installer\n \
222
+ \ will be created by installer. \n \
223
223
\ --win-update-url <url>\n \
224
224
\ URL of available application update information\n \
225
225
\ --win-upgrade-uuid <id string>\n \
@@ -246,9 +246,8 @@ MSG_Help_mac_launcher=\
246
246
\ an existing package identifier.\n \
247
247
\ --mac-sign\n \
248
248
\ Request that the package be signed\n \
249
- \ --mac-signing-keychain <file path>\n \
250
- \ Path of the keychain to search for the signing identity\n \
251
- \ (absolute path or relative to the current directory).\n \
249
+ \ --mac-signing-keychain <keychain name>\n \
250
+ \ Name of the keychain to search for the signing identity\n \
252
251
\ If not specified, the standard keychains are used.\n \
253
252
\ --mac-signing-key-user-name <team name>\n \
254
253
\ Team or user name portion of Apple signing identities.\n \
@@ -275,12 +274,12 @@ MSG_Help_linux_install=\
275
274
\ Type of the license ("License: <value>" of the RPM .spec)\n \
276
275
\ --linux-app-release <release value>\n \
277
276
\ Release value of the RPM <name>.spec file or \n \
278
- \ Debian revision value of the DEB control file. \n \
277
+ \ Debian revision value of the DEB control file\n \
279
278
\ --linux-app-category <category value>\n \
280
279
\ Group value of the RPM <name>.spec file or \n \
281
- \ Section value of DEB control file. \n \
280
+ \ Section value of DEB control file\n \
282
281
\ --linux-shortcut\n \
283
- \ Creates a shortcut for the application\n \
282
+ \ Creates a shortcut for the application. \n \
284
283
285
284
MSG_Help_mac_linux_install_dir =\
286
285
\Absolute path of the installation directory of the application\n \
0 commit comments