summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom V <tom@viner.tv>2016-10-04 14:41:09 +0100
committerGitHub <noreply@github.com>2016-10-04 14:41:09 +0100
commitc93a9e33617a5a5a79c59f8f51b9bf5112fb7690 (patch)
treebb63a2c661fd4cbc90eb3e08fd270147664c633b
parentfc02003220ccf9b2fbd2d6c9e8f4b32a6bdc731d (diff)
downloadpytest-c93a9e33617a5a5a79c59f8f51b9bf5112fb7690.tar.gz
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: