[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
1 changed files with 2 additions and 1 deletions

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