Skip to content

Commit

Permalink
Merge pull request #1556 from tmarice/main
Browse files Browse the repository at this point in the history
Clarify that `--count` writes to standard output
  • Loading branch information
asottile committed Feb 10, 2022
2 parents 62ce3e4 + 54cf6ea commit 95028ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8/main/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)

Expand Down

0 comments on commit 95028ff

Please sign in to comment.