summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_pytest/helpconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/helpconfig.py b/src/_pytest/helpconfig.py
index 4384d07b2..b9360cecf 100644
--- a/src/_pytest/helpconfig.py
+++ b/src/_pytest/helpconfig.py
@@ -51,7 +51,7 @@ def pytest_addoption(parser: Parser) -> None:
action="count",
default=0,
dest="version",
- help="display pytest version and information about plugins."
+ help="display pytest version and information about plugins. "
"When given twice, also display information about plugins.",
)
group._addoption(