diff --git a/src/calibre/ebooks/conversion/plugins/epub_output.py b/src/calibre/ebooks/conversion/plugins/epub_output.py index 6569d069be..1e30951c05 100644 --- a/src/calibre/ebooks/conversion/plugins/epub_output.py +++ b/src/calibre/ebooks/conversion/plugins/epub_output.py @@ -71,7 +71,7 @@ class EPUBOutput(OutputFormatPlugin): help=_('Split all HTML files larger than this size (in KB). ' 'This is necessary as most EPUB readers cannot handle large ' 'file sizes. The default of %defaultKB is the size required ' - 'for Adobe Digital Editions.') + 'for Adobe Digital Editions. Set to 0 to disable size based splitting.') ), OptionRecommendation(name='no_default_epub_cover', recommended_value=False,