@@ -44,8 +44,8 @@ into a custom runtime image
44
44
.SH SYNOPSIS
45
45
.PP
46
46
\f[ V ] jlink\f[ R ] [\f[I] options \f[ R ] ] \f[ V ] --module-path\f[ R ]
47
- \f[I] modulepath \f[ R ] \f[ V ] --add-modules\f[ R ] \f[I] module \f[ R ] [,
48
- \f[I] module \f[ R ] ...]
47
+ \f[I] modulepath \f[ R ] \f[ V ] --add-modules\f[ R ]
48
+ \f[I] module \f[ R ][, \f[I] module \f[ R ] ...]
49
49
.TP
50
50
\f[I] options \f[ R ]
51
51
Command-line options separated by spaces.
@@ -69,7 +69,7 @@ transitive dependences, to create a custom runtime image.
69
69
Developers are responsible for updating their custom runtime images.
70
70
.SH JLINK OPTIONS
71
71
.TP
72
- \f[ V ] --add-modules\f[ R ] \f[I] mod \f[ R ] [\f[ V ] ,\f[ R ] \f[I] mod \f[ R ] ...]
72
+ \f[ V ] --add-modules\f[ R ] \f[I] mod \f[ R ] [\f[ V ] ,\f[ R ]\f[I] mod \f[ R ] ...]
73
73
Adds the named modules, \f[I] mod \f[ R ] , to the default set of root
74
74
modules.
75
75
The default set of root modules is empty.
@@ -110,7 +110,7 @@ Specifies the launcher command name for the module or the command name
110
110
for the module and main class (the module and the main class names are
111
111
separated by a slash (\f[ V ] /\f[ R ] )).
112
112
.TP
113
- \f[ V ] --limit-modules\f[ R ] \f[I] mod \f[ R ] [\f[ V ] ,\f[ R ] \f[I] mod \f[ R ] ...]
113
+ \f[ V ] --limit-modules\f[ R ] \f[I] mod \f[ R ] [\f[ V ] ,\f[ R ]\f[I] mod \f[ R ] ...]
114
114
Limits the universe of observable modules to those in the transitive
115
115
closure of the named modules, \f[ V ] mod\f[ R ] , plus the main module, if
116
116
any, plus any further modules specified in the \f[ V ] --add-modules\f[ R ]
1 commit comments
openjdk-notifier[bot] commentedon Jul 23, 2024
Review
Issues