correct the help string for docbook.rng

This commit is contained in:
Martin A. Brown 2016-03-04 08:53:53 -08:00
parent 92e7c8bc89
commit 3e1b732b32
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class Docbook5XML(BaseDoctype, SignatureChecker):
g.add_argument('--docbook5xml-rngfile', type=arg_isreadablefile,
default=rngfile_finder(),
help='full path to jing [%(default)s]')
help='full path to docbook.rng [%(default)s]')
g.add_argument('--docbook5xml-xmllint', type=arg_isexecutable,
default=which('xmllint'),
help='full path to xmllint [%(default)s]')