minor fix for documentation

This commit is contained in:
Roman Ivanov 2015-04-28 15:12:02 -07:00
parent ffd8797221
commit 6a9872d60c
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ mvn exec:java -Dexec.mainClass="com.puppycrawl.tools.checkstyle.Main" \
Build all jars, and launch CLI from new build:
<source>
mvn clean package -Passembly
java -jar target/checkstyle-${projectVersion}-all.jar -c /sun_checks.xml MyClass.java
java -jar target/checkstyle-X.X-SNAPSHOT-all.jar -c /sun_checks.xml MyClass.java
</source>
</p>
</section>