We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51c4c55 + 225de10 commit 675d8f3Copy full SHA for 675d8f3
src/Config.php
@@ -1407,7 +1407,7 @@ public function printPHPCSUsage()
1407
echo ' -n Do not print warnings (shortcut for --warning-severity=0)'.PHP_EOL;
1408
echo ' -w Print both warnings and errors (this is the default)'.PHP_EOL;
1409
echo ' -l Local directory only, no recursion'.PHP_EOL;
1410
- echo ' -s Show sniff codes in all reports'.PHP_EOL;
+ echo ' -s Show error codes in all reports'.PHP_EOL;
1411
echo ' -a Run interactively'.PHP_EOL;
1412
echo ' -e Explain a standard by showing the sniffs it includes'.PHP_EOL;
1413
echo ' -p Show progress of the run'.PHP_EOL;
0 commit comments