Skip to content

Commit 029f1c9

Browse files
committed
Usage: update help output for PHPCS 3.13.0
1 parent 7577ff8 commit 029f1c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

wiki/Usage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ Run Options:
6363
Note: only php.ini settings which can be changed at runtime are supported.
6464
6565
Reporting Options:
66-
--report=<report> Print either the "full", "xml", "checkstyle", "csv", "json", "junit",
67-
"emacs", "source", "summary", "diff", "svnblame", "gitblame", "hgblame",
68-
"notifysend" or "performance" report or specify the path to a custom report
69-
class. By default, the "full" report is displayed.
66+
--report=<report(s)> A comma-separated list of reports to print. Available reports: "full", "xml",
67+
"checkstyle", "csv", "json", "junit", "emacs", "source", "summary", "diff",
68+
"svnblame", "gitblame", "hgblame", "notifysend" or "performance".
69+
Or specify the path to a custom report class. By default, the "full" report
70+
is displayed.
7071
--report-file=<reportFile> Write the report to the specified file path.
7172
--report-<report>=<reportFile> Write the report specified in <report> to the specified file path.
7273
--report-width=<reportWidth> How many columns wide screen reports should be. Set to "auto" to use current

0 commit comments

Comments
 (0)