From 8a07ca44574bd4fe41b2cd48410551f739802b9d Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 12 Feb 2007 12:16:18 +0100 Subject: [PATCH] [svn r38542] Fixed help string for --apigenrelpath. --HG-- branch : trunk --- py/doc/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/doc/conftest.py b/py/doc/conftest.py index aa7da3c62..02682076f 100644 --- a/py/doc/conftest.py +++ b/py/doc/conftest.py @@ -15,7 +15,8 @@ option = py.test.config.addoptions("documentation check options", Option('', '--apigenrelpath', action="store", dest="apigen_relpath", default="../../apigen", type="string", - help="force generation of html files even if they appear up-to-date" + help=("specify the relative path to apigen (used for link " + "generation)") ) )