The -onlineHelp flag was removed in CODETOOLS-7901673, but:
there are some dangling references to it:
./doc/javatest/regtest/README:14:-onlineHelp option. For example, if your current directory is the directory
./doc/javatest/regtest/README:18: > java -jar lib/jtreg.jar -onlineHelp
./bin/jtreg.sh:49:# E.g. jtreg -onlineHelp ant
Notably, the ant task was documented only in the online help
# jtreg also provides Ant tasks; see the online help for details.
# E.g. jtreg -onlineHelp ant
and that help seems to have disappeared; or at least I can't find any help for the ant task with current jtreg. Should it have been migrated to the web site?
there are some dangling references to it:
./doc/javatest/regtest/README:14:-onlineHelp option. For example, if your current directory is the directory
./doc/javatest/regtest/README:18: > java -jar lib/jtreg.jar -onlineHelp
./bin/jtreg.sh:49:# E.g. jtreg -onlineHelp ant
Notably, the ant task was documented only in the online help
# jtreg also provides Ant tasks; see the online help for details.
# E.g. jtreg -onlineHelp ant
and that help seems to have disappeared; or at least I can't find any help for the ant task with current jtreg. Should it have been migrated to the web site?