diff options
| -rw-r--r-- | extractdoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractdoc.py b/extractdoc.py index cd7c329..c2fbac1 100644 --- a/extractdoc.py +++ b/extractdoc.py @@ -37,7 +37,7 @@ def refentry2options(refentry): for option in varlistentry.xpath("dbk:term/dbk:option/text()", namespaces=namespaces)) for varlistentry - in refentry.xpath("dbk:refsection/dbk:variablelist[dbk:title='Options']//dbk:varlistentry", + in refentry.xpath("dbk:refsection/dbk:variablelist//dbk:varlistentry", namespaces=namespaces)})) subcommands = clickfunc2commands(main) |
