From 3230cfbc88352b27acf9d95bf95c7f19e20caca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sat, 6 Jul 2002 09:08:11 +0000 Subject: [PATCH] use checkstyle-all in the -jar example to make sure that the example works no matter how the CLASSPATH is setup --- docs/cmdline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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