mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
forgot this in the last commit
This commit is contained in:
parent
59faf929ea
commit
6bed1e2372
@ -178,7 +178,8 @@ def option_parser(usage):
|
|||||||
help='''Preprocess Baen HTML files to improve generated LRF.''')
|
help='''Preprocess Baen HTML files to improve generated LRF.''')
|
||||||
prepro.add_option('--pdftohtml', action='store_true', default=False, dest='pdftohtml',
|
prepro.add_option('--pdftohtml', action='store_true', default=False, dest='pdftohtml',
|
||||||
help='''You must add this option if processing files generated by pdftohtml, otherwise conversion will fail.''')
|
help='''You must add this option if processing files generated by pdftohtml, otherwise conversion will fail.''')
|
||||||
|
prepro.add_option('--book-designer', action='store_true', default=False, dest='book_designer',
|
||||||
|
help='''Use this option on html0 files from Book Designer.''')
|
||||||
|
|
||||||
fonts = parser.add_option_group('FONT FAMILIES',
|
fonts = parser.add_option_group('FONT FAMILIES',
|
||||||
'''Specify trutype font families for serif, sans-serif and monospace fonts. '''
|
'''Specify trutype font families for serif, sans-serif and monospace fonts. '''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user