diff --git a/docs/cmdline.html b/docs/cmdline.html index 858c8f013..09ee32c83 100644 --- a/docs/cmdline.html +++ b/docs/cmdline.html @@ -29,10 +29,19 @@ This command line tool is included in the checkstyle distribution.
The command line usage is:
- java -D<property>=<value> com.puppycrawl.tools.checkstyle.Main file... + java -D<property>=<value> \ + com.puppycrawl.tools.checkstyle.Main \ + [-f <format>] [-o <toFile>] file...-
checkstyle will process the specified files and report errors to standard error. The default behaviour of checkstyle can be changed by setting system properties using the -D<property>=<value> arguments to java. The following table describes what properties can be set:
Checkstyle will process the specified files and by default report errors to standard out in plain format. The options are:
+ +The default behaviour of checkstyle can be changed by setting system properties using the -D<property>=<value> arguments to java. The following table describes what properties can be set: