@@ -1382,7 +1382,7 @@ public function printPHPCSUsage()
1382
1382
echo ' e.g., php,inc,module ' .PHP_EOL ;
1383
1383
echo ' <file> One or more files and/or directories to check ' .PHP_EOL ;
1384
1384
echo ' <fileList> A file containing a list of files and/or directories to check (one per line) ' .PHP_EOL ;
1385
- echo ' <filter> Use either the "gitmodified " or "gitstaged " filter, ' .PHP_EOL ;
1385
+ echo ' <filter> Use either the "GitModified " or "GitStaged " filter, ' .PHP_EOL ;
1386
1386
echo ' or specify the path to a custom filter class ' .PHP_EOL ;
1387
1387
echo ' <generator> Use either the "HTML", "Markdown" or "Text" generator ' .PHP_EOL ;
1388
1388
echo ' (forces documentation generation instead of checking) ' .PHP_EOL ;
@@ -1443,7 +1443,7 @@ public function printPHPCBFUsage()
1443
1443
echo ' e.g., php,inc,module ' .PHP_EOL ;
1444
1444
echo ' <file> One or more files and/or directories to fix ' .PHP_EOL ;
1445
1445
echo ' <fileList> A file containing a list of files and/or directories to fix (one per line) ' .PHP_EOL ;
1446
- echo ' <filter> Use either the "gitmodified " or "gitstaged " filter, ' .PHP_EOL ;
1446
+ echo ' <filter> Use either the "GitModified " or "GitStaged " filter, ' .PHP_EOL ;
1447
1447
echo ' or specify the path to a custom filter class ' .PHP_EOL ;
1448
1448
echo ' <patterns> A comma separated list of patterns to ignore files and directories ' .PHP_EOL ;
1449
1449
echo ' <processes> How many files should be fixed simultaneously (default is 1) ' .PHP_EOL ;
0 commit comments