[svn r61965] correct help string

--HG--
branch : trunk
This commit is contained in:
hpk 2009-02-17 12:33:15 +01:00
parent 186c2610cd
commit 0dc97ccd5e
1 changed files with 2 additions and 2 deletions

View File

@ -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,