Skip to content

Commit d47ae79

Browse files
authored
Merge pull request #1983 from pytest-dev/fix-1981-improve-ini-options-help-text
Fix #1981, improve ini-options help text
2 parents fc02003 + c93a9e3 commit d47ae79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pytest/helpconfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def showhelp(config):
7171
tw.write(config._parser.optparser.format_help())
7272
tw.line()
7373
tw.line()
74-
tw.line("[pytest] ini-options in the next "
75-
"pytest.ini|tox.ini|setup.cfg file:")
74+
tw.line("[pytest] ini-options in the first "
75+
"pytest.ini|tox.ini|setup.cfg file found:")
7676
tw.line()
7777

7878
for name in config._parser._ininames:

0 commit comments

Comments
 (0)