Clarify that --count writes to standard output

This commit is contained in:
Tomislav Maricevic 2022-02-10 10:33:19 +01:00
parent 62ce3e4918
commit 54cf6ea0b1

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.",
)