mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f247f6c8ab
commit
92475f7ba7
@ -130,7 +130,7 @@ def generate_ebook_convert_help(preamble, app):
|
||||
raw += '\n\n' + options
|
||||
for pl in sorted(input_format_plugins(), key=lambda x:x.name):
|
||||
parser, plumber = create_option_parser(['ebook-convert',
|
||||
'dummyi.'+list(pl.file_types)[0], 'dummyo.epub', '-h'], default_log)
|
||||
'dummyi.'+sorted(pl.file_types)[0], 'dummyo.epub', '-h'], default_log)
|
||||
groups = [(pl.name+ ' Options', '', g.option_list) for g in
|
||||
parser.option_groups if g.title == "INPUT OPTIONS"]
|
||||
prog = 'ebook-convert-'+(pl.name.lower().replace(' ', '-'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user