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:
parent
f10286c78b
commit
3230cfbc88
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue