Skip to content

Commit

Permalink
Add doc to option itself that it's auto-detected
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn authored and maks-rafalko committed May 15, 2022
1 parent 355643d commit 62e55f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ protected function configure(): void
self::OPTION_LOGGER_GITHUB,
null,
InputOption::VALUE_NONE,
'Log escaped Mutants as GitHub Annotations.',
'Log escaped Mutants as GitHub Annotations (automatically detected on Github Actions itself).',
)
->addOption(
self::OPTION_LOGGER_HTML,
Expand Down

0 comments on commit 62e55f8

Please sign in to comment.