Merge pull request #1694 from eli-schwartz/documentation-count-exit-code

fix documentation for the --count option
This commit is contained in:
Anthony Sottile 2022-09-22 21:02:29 -04:00 committed by GitHub
commit 5d8a0b8158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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