mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Merge pull request #1694 from eli-schwartz/documentation-count-exit-code
fix documentation for the --count option
This commit is contained in:
commit
5d8a0b8158
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue