summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-06-24 19:59:15 -0300
committerGitHub <noreply@github.com>2019-06-24 19:59:15 -0300
commit63c4802be0a86bf90326001914de8a1aa452666a (patch)
tree41cc2745aa45560e740522e753bb4ee620291188 /src
parenta24933b0a6ad32e5d71a535ca8c7900551a22dfc (diff)
parent01a094cc4316a2840254a66f829367f3d67fd442 (diff)
downloadpytest-63c4802be0a86bf90326001914de8a1aa452666a.tar.gz
minor: clarify help with reportchars (#5475)
minor: clarify help with reportchars
Diffstat (limited to 'src')
-rw-r--r--src/_pytest/terminal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py
index 91e373852..bcd6e1f7c 100644
--- a/src/_pytest/terminal.py
+++ b/src/_pytest/terminal.py
@@ -76,8 +76,7 @@ def pytest_addoption(parser):
help="show extra test summary info as specified by chars: (f)ailed, "
"(E)rror, (s)kipped, (x)failed, (X)passed, "
"(p)assed, (P)assed with output, (a)ll except passed (p/P), or (A)ll. "
- "Warnings are displayed at all times except when "
- "--disable-warnings is set.",
+ "(w)arnings are enabled by default (see --disable-warnings).",
)
group._addoption(
"--disable-warnings",