[svn r38542] Fixed help string for --apigenrelpath.

--HG--
branch : trunk
This commit is contained in:
guido
2007-02-12 12:16:18 +01:00
parent 4388237e69
commit 8a07ca4457

View File

@@ -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)")
)
)