mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-04 00:23:37 +01:00
...
This commit is contained in:
parent
5bc482a82a
commit
e913024160
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class TXTInput(InputFormatPlugin):
|
|||
|
||||
options = set([
|
||||
OptionRecommendation(name='paragraph_type', recommended_value='auto',
|
||||
choices=['auto', 'block', 'single', 'print'],
|
||||
choices=['auto', 'block', 'single', 'print', 'unformatted'],
|
||||
help=_('Paragraph structure.\n'
|
||||
'choices are [\'auto\', \'block\', \'single\', \'print\', \'unformatted\']\n'
|
||||
'* auto: Try to auto detect paragraph type.\n'
|
||||
|
|
|
|||
Loading…
Reference in a new issue