This commit is contained in:
John Schember 2011-01-28 22:39:49 -05:00
parent 33d1770d72
commit 8ebd1ac7ff

View File

@ -46,7 +46,7 @@ class TXTOutput(OutputFormatPlugin):
help=_('Force splitting on the max-line-length value when no space ' help=_('Force splitting on the max-line-length value when no space '
'is present. Also allows max-line-length to be below the minimum')), 'is present. Also allows max-line-length to be below the minimum')),
OptionRecommendation(name='txt_output_formatting', OptionRecommendation(name='txt_output_formatting',
recommended_value='none', recommended_value='plain',
choices=['plain', 'markdown', 'textile'], choices=['plain', 'markdown', 'textile'],
help=_('Formatting used within the document.\n' help=_('Formatting used within the document.\n'
'* plain: Produce plain text.\n' '* plain: Produce plain text.\n'