mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8309670: java -help output for --module-path / -p is incomplete
Reviewed-by: mchung, alanb
This commit is contained in:
parent
d1d2b55ce0
commit
4bf78162c5
2 changed files with 18 additions and 11 deletions
|
@ -50,12 +50,14 @@ java.launcher.opt.footer = \
|
|||
\ and ZIP archives to search for class files.\n\
|
||||
\ -p <module path>\n\
|
||||
\ --module-path <module path>...\n\
|
||||
\ A {0} separated list of directories, each directory\n\
|
||||
\ is a directory of modules.\n\
|
||||
\ A {0} separated list of elements, each element is a file path\n\
|
||||
\ to a module or a directory containing modules. Each module is either\n\
|
||||
\ a modular JAR or an exploded-module directory.\n\
|
||||
\ --upgrade-module-path <module path>...\n\
|
||||
\ A {0} separated list of directories, each directory\n\
|
||||
\ is a directory of modules that replace upgradeable\n\
|
||||
\ modules in the runtime image\n\
|
||||
\ A {0} separated list of elements, each element is a file path\n\
|
||||
\ to a module or a directory containing modules to replace\n\
|
||||
\ upgradeable modules in the runtime image. Each module is either\n\
|
||||
\ a modular JAR or an exploded-module directory.\n\
|
||||
\ --add-modules <module name>[,<module name>...]\n\
|
||||
\ root modules to resolve in addition to the initial module.\n\
|
||||
\ <module name> can also be ALL-DEFAULT, ALL-SYSTEM,\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue