On 28/09/2016 01:58, Mandy Chung wrote:
Webrev:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8166238/webrev.00/index.html
This patch renames the following options added in JDK 9 jdeps
--gen-module-info => —generate-module-info
-inverse => —-inverse
-requires => —-require
and also adds the long-form option corresponding to a few existing options:
—-api-only
—-dot-output
-—jdk-internals
—-package
—-regex
-—version
This looks okay. In passing, the usage message uses "dependencies" in
some places, "dependences" in others - we should check those.
-Alan