diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py index b4848c48a..e09686f60 100644 --- a/src/_pytest/terminal.py +++ b/src/_pytest/terminal.py @@ -214,7 +214,8 @@ def pytest_addoption(parser: Parser) -> None: "--code-highlight", default="yes", choices=["yes", "no"], - help="Whether code should be highlighted (only if --color is also enabled)", + help="Whether code should be highlighted (only if --color is also enabled). " + "Default: yes", ) parser.addini(