8334301: Errors in jpackage man page

Reviewed-by: almatvee
This commit is contained in:
Alexey Semenyuk 2024-09-13 14:13:47 +00:00
parent 4d01178571
commit 3c4d15bdce

View File

@ -111,6 +111,16 @@ Path where generated output file is placed
Defaults to the current working directory. Defaults to the current working directory.
.RE .RE
.TP .TP
\f[V]--resource-dir\f[R] \f[I]path\f[R]
Path to override jpackage resources
.RS
.PP
(absolute path or relative to the current directory)
.PP
Icons, template files, and other resources of jpackage can be
over-ridden by adding replacement resources to this directory.
.RE
.TP
\f[V]--temp\f[R] \f[I]directory\f[R] \f[V]--temp\f[R] \f[I]directory\f[R]
Path of a new or empty directory used to create temporary files Path of a new or empty directory used to create temporary files
.RS .RS
@ -207,9 +217,9 @@ of key, value pairs
.PP .PP
The keys \[dq]module\[dq], \[dq]main-jar\[dq], \[dq]main-class\[dq], The keys \[dq]module\[dq], \[dq]main-jar\[dq], \[dq]main-class\[dq],
\[dq]description\[dq], \[dq]arguments\[dq], \[dq]java-options\[dq], \[dq]description\[dq], \[dq]arguments\[dq], \[dq]java-options\[dq],
\[dq]app-version\[dq], \[dq]icon\[dq], \[dq]launcher-as-service\[dq], \[dq]icon\[dq], \[dq]launcher-as-service\[dq], \[dq]win-console\[dq],
\[dq]win-console\[dq], \[dq]win-shortcut\[dq], \[dq]win-menu\[dq], \[dq]win-shortcut\[dq], \[dq]win-menu\[dq], and \[dq]linux-shortcut\[dq]
\[dq]linux-app-category\[dq], and \[dq]linux-shortcut\[dq] can be used. can be used.
.PP .PP
These options are added to, or used to overwrite, the original command These options are added to, or used to overwrite, the original command
line options to build an additional alternative launcher. line options to build an additional alternative launcher.
@ -260,7 +270,7 @@ When this option is specified, the main module will be linked in the
Java runtime image. Java runtime image.
Either --module or --main-jar option can be specified but not both. Either --module or --main-jar option can be specified but not both.
.RE .RE
.SS Platform dependent option for creating the application launcher: .SS Platform dependent options for creating the application launcher:
.SS Windows platform options (available only when running on Windows): .SS Windows platform options (available only when running on Windows):
.TP .TP
\f[V]--win-console\f[R] \f[V]--win-console\f[R]
@ -357,16 +367,6 @@ Path to the license file
(absolute path or relative to the current directory) (absolute path or relative to the current directory)
.RE .RE
.TP .TP
\f[V]--resource-dir\f[R] \f[I]path\f[R]
Path to override jpackage resources
.RS
.PP
(absolute path or relative to the current directory)
.PP
Icons, template files, and other resources of jpackage can be
over-ridden by adding replacement resources to this directory.
.RE
.TP
\f[V]--runtime-image\f[R] \f[I]path\f[R] \f[V]--runtime-image\f[R] \f[I]path\f[R]
Path of the predefined runtime image to install Path of the predefined runtime image to install
.RS .RS