On Thu, 6 Apr 2023 07:32:12 GMT, Alan Bateman <al...@openjdk.org> wrote:
> One additional thing we could do is update the usage output for > -i/--generate-index to say that the option is deprecated. Looking at `jdeps > -help` output to see this for the deprecated -P/--profile option. Implemented as suggested. The --help output now looks like: -i, --generate-index=FILE Generate index information for the specified jar archives. This option is deprecated and may be removed in a future release. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13158#issuecomment-1500032739