From 831ee1fc81b50d9ccd7c771161db322715fa3092 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 8 Jan 2011 16:53:54 -0500 Subject: [PATCH] TXT Input: Add documentation for the heuristic formatting option to the option help. --- src/calibre/ebooks/txt/input.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/ebooks/txt/input.py b/src/calibre/ebooks/txt/input.py index 5060e124ff..c8ce389574 100644 --- a/src/calibre/ebooks/txt/input.py +++ b/src/calibre/ebooks/txt/input.py @@ -37,6 +37,8 @@ class TXTInput(InputFormatPlugin): help=_('Formatting used within the document.' '* auto: Try to auto detect the document formatting.\n' '* none: Do not modify the paragraph formatting. Everything is a paragraph.\n' + '* heuristic: Try to detect formatting for elements such as chapter headings ' + 'and style the elements appropriately.\n' '* markdown: Run the input though the markdown pre-processor. ' 'To learn more about markdown see')+' http://daringfireball.net/projects/markdown/'), OptionRecommendation(name='preserve_spaces', recommended_value=False,