[svn r61864] remove unnecessary bracket from the help message

--HG--
branch : trunk
This commit is contained in:
getxsick 2009-02-14 03:07:20 +01:00
parent 1dc8555ca0
commit a8578c5cd3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ option = py.test.config.addoptions("execnet options",
help="relative path to doc output location (relative from py/)"),
Option('', '--runslowtests',
action="store_true", dest="runslowtests", default=False,
help="run slow tests)"),
help="run slow tests"),
)
dist_rsync_roots = ['.']