diff --git a/src/Console/Command/ProcessCommand.php b/src/Console/Command/ProcessCommand.php index 44d5aad3e4b7..5836a5536553 100644 --- a/src/Console/Command/ProcessCommand.php +++ b/src/Console/Command/ProcessCommand.php @@ -152,7 +152,7 @@ protected function configure(): void Option::MATCH_GIT_DIFF, null, InputOption::VALUE_NONE, - 'Execute only on file matching the git diff.' + 'Execute only on file(s) matching the git diff.' ); $this->addOption(Option::OPTION_RULE, 'r', InputOption::VALUE_REQUIRED, 'Run only this single rule.');