More work on the conf docs

This commit is contained in:
Kovid Goyal
2018-06-04 07:56:22 +05:30
parent 2ae3157d49
commit ffdb91ffd5
3 changed files with 22 additions and 4 deletions

View File

@@ -340,7 +340,7 @@ def render_conf(ref_prefix, all_options):
a((' {:%ds} {}' % sz).format(mo.name, mo.defval_as_string))
a('')
if opt.long_text:
a(opt.long_text, ' ')
a(opt.long_text)
a('')
return '\n'.join(ans)