Skip to content

Commit 578a084

Browse files
committed
Help output now shows available doc generators (ref #776)
1 parent 4847e28 commit 578a084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeSniffer/CLI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,8 @@ public function printPHPCSUsage()
11761176
echo ' (extension filtering only valid when checking a directory)'.PHP_EOL;
11771177
echo ' The type of the file can be specified using: ext/type'.PHP_EOL;
11781178
echo ' e.g., module/php,es/js'.PHP_EOL;
1179-
echo ' <generator> The name of a doc generator to use'.PHP_EOL;
1180-
echo ' (forces doc generation instead of checking)'.PHP_EOL;
1179+
echo ' <generator> Uses either the "HMTL", "Markdown" or "Text" generator'.PHP_EOL;
1180+
echo ' (forces documentation generation instead of checking)'.PHP_EOL;
11811181
echo ' <patterns> A comma separated list of patterns to ignore files and directories'.PHP_EOL;
11821182
echo ' <report> Print either the "full", "xml", "checkstyle", "csv"'.PHP_EOL;
11831183
echo ' "json", "emacs", "source", "summary", "diff"'.PHP_EOL;

0 commit comments

Comments
 (0)