mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-13 15:09:39 +00:00
8065825: Make the java -help consistent with the man page
Reviewed-by: alanb
This commit is contained in:
parent
0f88318213
commit
af1c347cbd
@ -39,7 +39,8 @@ java.launcher.opt.vmselect =\ {0}\t to select the "{1}" VM\n
|
||||
java.launcher.opt.hotspot =\ {0}\t is a synonym for the "{1}" VM [deprecated]\n
|
||||
|
||||
# Translators please note do not translate the options themselves
|
||||
java.launcher.opt.footer =\ -cp <class search path of directories and zip/jar files>\n\
|
||||
java.launcher.opt.footer = \
|
||||
\ -cp <class search path of directories and zip/jar files>\n\
|
||||
\ -classpath <class search path of directories and zip/jar files>\n\
|
||||
\ --class-path <class search path of directories and zip/jar files>\n\
|
||||
\ A {0} separated list of directories, JAR archives,\n\
|
||||
@ -101,8 +102,11 @@ java.launcher.opt.footer =\ -cp <class search path of directories and zip
|
||||
\ should always be passed as the argument to the -splash option.\n\
|
||||
\ The most appropriate scaled image provided will be picked up\n\
|
||||
\ automatically.\n\
|
||||
\ See the SplashScreen API documentation for more information.\n\
|
||||
\ @<filepath> read options from the specified file\n\n\
|
||||
\ See the SplashScreen API documentation for more information\n\
|
||||
\ @argument files\n\
|
||||
\ one or more argument files containing options\n\
|
||||
\ -disable-@files\n\
|
||||
\ prevent further argument file expansion\n\
|
||||
\To specify an argument for a long option, you can use --<name>=<value> or\n\
|
||||
\--<name> <value>.\n
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user