@@ -44,8 +44,8 @@ into a custom runtime image
4444.SH SYNOPSIS
4545.PP
4646\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 ] ...]
4949.TP
5050\f[I] options \f[ R ]
5151Command-line options separated by spaces.
@@ -69,7 +69,7 @@ transitive dependences, to create a custom runtime image.
6969Developers are responsible for updating their custom runtime images.
7070.SH JLINK OPTIONS
7171.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 ] ...]
7373Adds the named modules, \f[I] mod \f[ R ] , to the default set of root
7474modules.
7575The default set of root modules is empty.
@@ -110,7 +110,7 @@ Specifies the launcher command name for the module or the command name
110110for the module and main class (the module and the main class names are
111111separated by a slash (\f[ V ] /\f[ R ] )).
112112.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 ] ...]
114114Limits the universe of observable modules to those in the transitive
115115closure of the named modules, \f[ V ] mod\f[ R ] , plus the main module, if
116116any, plus any further modules specified in the \f[ V ] --add-modules\f[ R ]
0 commit comments