8226412: Fix command-line help text for javac -target

Reviewed-by: vromero
This commit is contained in:
Jonathan Gibbons 2019-06-20 14:24:13 -07:00
parent 5a4675362f
commit a911306343

View File

@ -80,11 +80,11 @@ javac.opt.encoding=\
javac.opt.profile=\
Check that API used is available in the specified profile
javac.opt.target=\
Generate class files for specific VM version. Supported versions: {0}
Generate class files suitable for the specified Java SE release. Supported releases: {0}
javac.opt.release=\
Compile for a specific release. Supported releases: {0}
Compile for the specified Java SE release. Supported releases: {0}
javac.opt.source=\
Provide source compatibility with specified release. Supported releases: {0}
Provide source compatibility with the specified Java SE release. Supported releases: {0}
javac.opt.Werror=\
Terminate compilation if warnings occur
javac.opt.A=\