Skip to content

Commit 3c4d15b

Browse files
author
Alexey Semenyuk
committed
8334301: Errors in jpackage man page
Reviewed-by: almatvee
1 parent 4d01178 commit 3c4d15b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/jdk.jpackage/share/man/jpackage.1

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ Path where generated output file is placed
111111
Defaults to the current working directory.
112112
.RE
113113
.TP
114+
\f[V]--resource-dir\f[R] \f[I]path\f[R]
115+
Path to override jpackage resources
116+
.RS
117+
.PP
118+
(absolute path or relative to the current directory)
119+
.PP
120+
Icons, template files, and other resources of jpackage can be
121+
over-ridden by adding replacement resources to this directory.
122+
.RE
123+
.TP
114124
\f[V]--temp\f[R] \f[I]directory\f[R]
115125
Path of a new or empty directory used to create temporary files
116126
.RS
@@ -207,9 +217,9 @@ of key, value pairs
207217
.PP
208218
The keys \[dq]module\[dq], \[dq]main-jar\[dq], \[dq]main-class\[dq],
209219
\[dq]description\[dq], \[dq]arguments\[dq], \[dq]java-options\[dq],
210-
\[dq]app-version\[dq], \[dq]icon\[dq], \[dq]launcher-as-service\[dq],
211-
\[dq]win-console\[dq], \[dq]win-shortcut\[dq], \[dq]win-menu\[dq],
212-
\[dq]linux-app-category\[dq], and \[dq]linux-shortcut\[dq] can be used.
220+
\[dq]icon\[dq], \[dq]launcher-as-service\[dq], \[dq]win-console\[dq],
221+
\[dq]win-shortcut\[dq], \[dq]win-menu\[dq], and \[dq]linux-shortcut\[dq]
222+
can be used.
213223
.PP
214224
These options are added to, or used to overwrite, the original command
215225
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
260270
Java runtime image.
261271
Either --module or --main-jar option can be specified but not both.
262272
.RE
263-
.SS Platform dependent option for creating the application launcher:
273+
.SS Platform dependent options for creating the application launcher:
264274
.SS Windows platform options (available only when running on Windows):
265275
.TP
266276
\f[V]--win-console\f[R]
@@ -357,16 +367,6 @@ Path to the license file
357367
(absolute path or relative to the current directory)
358368
.RE
359369
.TP
360-
\f[V]--resource-dir\f[R] \f[I]path\f[R]
361-
Path to override jpackage resources
362-
.RS
363-
.PP
364-
(absolute path or relative to the current directory)
365-
.PP
366-
Icons, template files, and other resources of jpackage can be
367-
over-ridden by adding replacement resources to this directory.
368-
.RE
369-
.TP
370370
\f[V]--runtime-image\f[R] \f[I]path\f[R]
371371
Path of the predefined runtime image to install
372372
.RS

0 commit comments

Comments
 (0)