Document the --code-highlight default (#9883)

Also normalized all help text using the patterns:

* `One sentence help text`
* `First sentence of help. Second sentence of help.`
This commit is contained in:
Hugo van Kemenade
2022-05-31 22:32:51 +03:00
committed by GitHub
parent 9a8f5dd73e
commit e54c6a1362
28 changed files with 279 additions and 272 deletions
+1 -1
View File
@@ -1352,7 +1352,7 @@ def pytest_addoption(parser: Parser) -> None:
"usefixtures",
type="args",
default=[],
help="list of default fixtures to be used with this project",
help="List of default fixtures to be used with this project",
)