langtools/test/tools/doclint/tool/HelpTest.out
changeset 29427 44f4e6905b67
parent 18898 0eab5f5e3d1d
--- a/langtools/test/tools/doclint/tool/HelpTest.out	Wed Mar 11 12:25:37 2015 +0100
+++ b/langtools/test/tools/doclint/tool/HelpTest.out	Wed Mar 11 22:24:05 2015 +0100
@@ -30,6 +30,13 @@
     equivalent to -Xmsgs:all/protected, meaning that
     all messages are reported for protected and public
     declarations only. 
+  -XcheckPackage:<packages>
+    Enable or disable checks in specific packages.
+    <packages> is a comma separated list of package specifiers.
+    Package specifier is either a qualified name of a package
+    or a package name prefix followed by '.*', which expands to
+    all sub-packages of the given package. Prefix the package specifier
+    with '-' to disable checks for the specified packages.
   -stats
     Report statistics on the reported issues.
   -h -help --help -usage -?