mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 17:53:06 +02:00
Fix #909182 (Keep Ligatures Missing on CLI)
This commit is contained in:
parent
7cf5bfeb73
commit
0a671bd026
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ def add_pipeline_options(parser, plumber):
|
|||
'insert_blank_line', 'insert_blank_line_size',
|
||||
'remove_paragraph_spacing',
|
||||
'remove_paragraph_spacing_indent_size',
|
||||
'asciiize',
|
||||
'asciiize', 'keep_ligatures',
|
||||
]
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue