Skip to content

Commit c93a9e3

Browse files
authored
Fix #1981, improve ini-options help text
1 parent fc02003 commit c93a9e3

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)