TXT Output: rename txt_output_formatting choice none plain.

This commit is contained in:
John Schember 2011-01-28 22:39:19 -05:00
parent 72b82bb0bf
commit 33d1770d72

View File

@ -47,9 +47,9 @@ class TXTOutput(OutputFormatPlugin):
'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='none',
choices=['none', 'markdown', 'textile'], choices=['plain', 'markdown', 'textile'],
help=_('Formatting used within the document.\n' help=_('Formatting used within the document.\n'
'* none: Produce plain text.\n' '* plain: Produce plain text.\n'
'* markdown: Produce Markdown formatted text.\n' '* markdown: Produce Markdown formatted text.\n'
'* textile: Produce Textile formatted text.')), '* textile: Produce Textile formatted text.')),
OptionRecommendation(name='keep_links', OptionRecommendation(name='keep_links',