mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:33:53 +02:00
Set replace_scene_breaks cmd default to match GUI default.
This commit is contained in:
parent
8fc4e9a490
commit
7355acd7af
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ def __init__(self, input, output, log, report_progress=DummyReporter(),
|
|||
'horizontal rules.')),
|
||||
|
||||
OptionRecommendation(name='replace_scene_breaks',
|
||||
recommended_value=None, level=OptionRecommendation.LOW,
|
||||
recommended_value='', level=OptionRecommendation.LOW,
|
||||
help=_('Replace scene breaks with the specified text.')),
|
||||
|
||||
OptionRecommendation(name='dehyphenate',
|
||||
|
|
|
|||
Loading…
Reference in a new issue