From 0dc97ccd5e8ed5e1bbcd8264c4f7b15012686623 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 17 Feb 2009 12:33:15 +0100 Subject: [PATCH] [svn r61965] correct help string --HG-- branch : trunk --- py/test/defaultconftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/test/defaultconftest.py b/py/test/defaultconftest.py index 7d0d9e239..4cf7ae6fe 100644 --- a/py/test/defaultconftest.py +++ b/py/test/defaultconftest.py @@ -42,8 +42,8 @@ def adddefaultoptions(config): Option('-k', action="store", dest="keyword", default='', help="only run test items matching the given " - "comma separated keywords. precede keyword with '-' to negate. " - "Terminate with ':' to treat a match as a signal to run all subsequent tests. " + "space separated keywords. precede a keyword with '-' to negate. " + "Terminate the expression with ':' to treat a match as a signal to run all subsequent tests. " ), Option('-l', '--showlocals', action="store_true", dest="showlocals", default=False,