< prev index next >

langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/DepsAnalyzer.java

Print this page

        

@@ -54,11 +54,11 @@
  *
  * The initial archive set for analysis includes
  * 1. archives specified in the command line arguments
  * 2. observable modules matching the source filter
  * 3. classpath archives matching the source filter or target filter
- * 4. -addmods and -m root modules
+ * 4. --add-modules and -m root modules
  */
 public class DepsAnalyzer {
     final JdepsConfiguration configuration;
     final JdepsFilter filter;
     final JdepsWriter writer;
< prev index next >