diff --git a/docs/cmdline.html b/docs/cmdline.html index 633264afb..e8c01e479 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -273,7 +273,7 @@ Older versions of the checkstyle task supported the boolean parameters checkstyl
It is possible to run Checkstyle directly from the JAR file using the -jar option. Example would be:
- java -jar checkstyle-@CHECKSTYLE_VERSION@.jar Check.java + java -jar checkstyle-all-@CHECKSTYLE_VERSION@.jar Check.java