Set replace_scene_breaks cmd default to match GUI default.

This commit is contained in:
John Schember 2011-02-01 18:26:41 -05:00
parent 8fc4e9a490
commit 7355acd7af

View file

@ -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',