[svn r38542] Fixed help string for --apigenrelpath.
--HG-- branch : trunk
This commit is contained in:
parent
4388237e69
commit
8a07ca4457
|
@ -15,7 +15,8 @@ option = py.test.config.addoptions("documentation check options",
|
||||||
Option('', '--apigenrelpath',
|
Option('', '--apigenrelpath',
|
||||||
action="store", dest="apigen_relpath", default="../../apigen",
|
action="store", dest="apigen_relpath", default="../../apigen",
|
||||||
type="string",
|
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)")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue