diff --git a/src/flake8/main/options.py b/src/flake8/main/options.py index 4fdaf82..101bd1a 100644 --- a/src/flake8/main/options.py +++ b/src/flake8/main/options.py @@ -258,9 +258,7 @@ def register_default_options(option_manager): ) add_option( - "--output-file", - default=None, - help="Redirect report to a file.", + "--output-file", default=None, help="Redirect report to a file." ) add_option(