langtools/test/tools/jdeps/lib/JdepsUtil.java
changeset 40308 274367a99f98
parent 38530 8e89d567748c
child 41442 14db641d4a9f
--- a/langtools/test/tools/jdeps/lib/JdepsUtil.java	Wed Aug 10 13:52:02 2016 -0700
+++ b/langtools/test/tools/jdeps/lib/JdepsUtil.java	Wed Aug 10 15:47:46 2016 -0700
@@ -198,7 +198,7 @@
         }
 
         public ModuleAnalyzer getModuleAnalyzer(Set<String> mods) throws IOException {
-            // if -check is set, add to the root set and all modules are observable
+            // if --check is set, add to the root set and all modules are observable
             addmods(mods);
             builder.allModules();
             return new ModuleAnalyzer(configuration(), pw, mods);