119
119
if getattr(opt, 'title', None):
120
120
lineno = offsets.get(opt.title, 9999)
123
123
_poentry(outf, path, lineno, opt.title,
124
124
'title of %r option' % name)
125
125
if getattr(opt, 'help', None):
126
126
lineno = offsets.get(opt.help, 9999)
129
129
_poentry(outf, path, lineno, opt.help,
130
130
'help of %r option' % name)