use checkstyle-all in the -jar example to make sure that the example works no matter how the CLASSPATH is setup

This commit is contained in:
Lars Kühne 2002-07-06 09:08:11 +00:00
parent f10286c78b
commit 3230cfbc88
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ Older versions of the checkstyle task supported the boolean parameters checkstyl
<p>It is possible to run Checkstyle directly from the JAR file using the <span class="code">-jar</span> option. Example would be: </p>
<pre>
java -jar checkstyle-@CHECKSTYLE_VERSION@.jar Check.java
java -jar checkstyle-all-@CHECKSTYLE_VERSION@.jar Check.java
</pre>
</div>