Skip to content

Commit 675d8f3

Browse files
authored
Merge pull request #328 from joachim-n/319-fix-s-option-documentation
Fixed documentation for -s option.
2 parents 51c4c55 + 225de10 commit 675d8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ public function printPHPCSUsage()
14071407
echo ' -n Do not print warnings (shortcut for --warning-severity=0)'.PHP_EOL;
14081408
echo ' -w Print both warnings and errors (this is the default)'.PHP_EOL;
14091409
echo ' -l Local directory only, no recursion'.PHP_EOL;
1410-
echo ' -s Show sniff codes in all reports'.PHP_EOL;
1410+
echo ' -s Show error codes in all reports'.PHP_EOL;
14111411
echo ' -a Run interactively'.PHP_EOL;
14121412
echo ' -e Explain a standard by showing the sniffs it includes'.PHP_EOL;
14131413
echo ' -p Show progress of the run'.PHP_EOL;

0 commit comments

Comments
 (0)