diff --git a/docs/cmdline.html b/docs/cmdline.html index 404d9d3c9..f8cba0e66 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -240,6 +240,11 @@ Older versions of the checkstyle task supported the boolean parameters checkstyl java com.puppycrawl.tools.checkstyle.Main Check.java +
Run checkstyle on all java files in a directory
++ java com.puppycrawl.tools.checkstyle.Main -r src/ ++
Run checkstyle on a file and allow tabs
java -Dcheckstyle.allow.tabs=yes \