We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962949d commit 38c7ef4Copy full SHA for 38c7ef4
src/Config.php
@@ -1387,7 +1387,7 @@ public function printPHPCSUsage()
1387
echo ' -n Do not print warnings (shortcut for --warning-severity=0)'.PHP_EOL;
1388
echo ' -w Print both warnings and errors (this is the default)'.PHP_EOL;
1389
echo ' -l Local directory only, no recursion'.PHP_EOL;
1390
- echo ' -s Show sniff codes in all reports'.PHP_EOL;
+ echo ' -s Show error codes in all reports'.PHP_EOL;
1391
echo ' -a Run interactively'.PHP_EOL;
1392
echo ' -e Explain a standard by showing the sniffs it includes'.PHP_EOL;
1393
echo ' -p Show progress of the run'.PHP_EOL;
0 commit comments