terminal: console_output_style: document "count" with help

This commit is contained in:
Daniel Hahler 2019-04-08 04:32:06 +02:00
parent b549438423
commit b6b7185b7b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def pytest_addoption(parser):
parser.addini(
"console_output_style",
help="console output: classic or with additional progress information (classic|progress).",
help='console output: "classic", or with additional progress information ("progress" (percentage) | "count").',
default="progress",
)