mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Merge pull request #1556 from tmarice/main
Clarify that `--count` writes to standard output
This commit is contained in:
commit
95028ff250
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ def register_default_options(option_manager: OptionManager) -> None:
|
||||||
"--count",
|
"--count",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
parse_from_config=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.",
|
" set the exit code to 1 if total is not empty.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue