Merge pull request #1556 from tmarice/main

Clarify that `--count` writes to standard output
This commit is contained in:
Anthony Sottile 2022-02-10 09:36:07 -05:00 committed by GitHub
commit 95028ff250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ def register_default_options(option_manager: OptionManager) -> None:
"--count",
action="store_true",
parse_from_config=True,
help="Print total number of errors and warnings to standard error and"
help="Print total number of errors and warnings to standard output and"
" set the exit code to 1 if total is not empty.",
)