< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Print this page

        

@@ -147,10 +147,16 @@
 \                                on --class-path and input files unless -include\n\
 \                                option is specified. This option cannot be\n\
 \                                used with -p, -e and -s options.\n\
 \                                WARNING: JDK internal APIs are inaccessible.
 
+main.opt.list-deps=\
+\  --list-deps\n\
+\  --list-reduced-deps           Lists the dependences and use of JDK internal\n\
+\                                APIs. --list-reduced-deps lists the dependences\n\
+\                                after transition reduction.
+
 main.opt.depth=\
 \  -depth=<depth>                Specify the depth of the transitive\n\
 \                                dependency analysis
 
 main.opt.q=\
< prev index next >