From c93a9e33617a5a5a79c59f8f51b9bf5112fb7690 Mon Sep 17 00:00:00 2001 From: Tom V Date: Tue, 4 Oct 2016 14:41:09 +0100 Subject: [PATCH] Fix #1981, improve ini-options help text --- _pytest/helpconfig.py | 4 ++-- 1 file 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: