Skip to content

Commit

Permalink
8225561: jlink --help doesn't state that ALL-MODULE-PATH is accepted …
Browse files Browse the repository at this point in the history
…for --add-modules

Reviewed-by: alanb
  • Loading branch information
sundararajana committed Jan 9, 2020
1 parent cd74b2a commit 6e467d4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -46,7 +46,8 @@ main.opt.module-path=\
\ if it exists.

main.opt.add-modules=\
\ --add-modules <mod>[,<mod>...] Root modules to resolve
\ --add-modules <mod>[,<mod>...] Root modules to resolve in addition to the\n\
\ initial modules. <mod> can also be ALL-MODULE-PATH.

main.opt.limit-modules=\
\ --limit-modules <mod>[,<mod>...] Limit the universe of observable\n\
Expand Down

0 comments on commit 6e467d4

Please sign in to comment.