Skip to content

Commit 38c7ef4

Browse files
joachim-njrfnl
authored andcommitted
Fixed documentation for -s option.
1 parent 962949d commit 38c7ef4

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
@@ -1387,7 +1387,7 @@ public function printPHPCSUsage()
13871387
echo ' -n Do not print warnings (shortcut for --warning-severity=0)'.PHP_EOL;
13881388
echo ' -w Print both warnings and errors (this is the default)'.PHP_EOL;
13891389
echo ' -l Local directory only, no recursion'.PHP_EOL;
1390-
echo ' -s Show sniff codes in all reports'.PHP_EOL;
1390+
echo ' -s Show error codes in all reports'.PHP_EOL;
13911391
echo ' -a Run interactively'.PHP_EOL;
13921392
echo ' -e Explain a standard by showing the sniffs it includes'.PHP_EOL;
13931393
echo ' -p Show progress of the run'.PHP_EOL;

0 commit comments

Comments
 (0)