summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-10-04 12:43:42 -0300
committerGitHub <noreply@github.com>2016-10-04 12:43:42 -0300
commitd47ae799a751ad2f0c37df90f236d82f1140616d (patch)
treebb63a2c661fd4cbc90eb3e08fd270147664c633b
parentfc02003220ccf9b2fbd2d6c9e8f4b32a6bdc731d (diff)
parentc93a9e33617a5a5a79c59f8f51b9bf5112fb7690 (diff)
downloadpytest-d47ae799a751ad2f0c37df90f236d82f1140616d.tar.gz
Merge pull request #1983 from pytest-dev/fix-1981-improve-ini-options-help-text
Fix #1981, improve ini-options help text
-rw-r--r--_pytest/helpconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_pytest/helpconfig.py b/_pytest/helpconfig.py
index 84f419a08..538a763ca 100644
--- a/_pytest/helpconfig.py
+++ b/_pytest/helpconfig.py
@@ -71,8 +71,8 @@ def showhelp(config):
tw.write(config._parser.optparser.format_help())
tw.line()
tw.line()
- tw.line("[pytest] ini-options in the next "
- "pytest.ini|tox.ini|setup.cfg file:")
+ tw.line("[pytest] ini-options in the first "
+ "pytest.ini|tox.ini|setup.cfg file found:")
tw.line()
for name in config._parser._ininames: