This commit is contained in:
Kovid Goyal 2013-06-30 20:03:57 +05:30
parent 3db0f1895a
commit 0223f60c9d

View File

@ -134,8 +134,7 @@ OptionRecommendation(name='output_profile',
help=_('Specify the output profile. The output profile ' help=_('Specify the output profile. The output profile '
'tells the conversion system how to optimize the ' 'tells the conversion system how to optimize the '
'created document for the specified device. In some cases, ' 'created document for the specified device. In some cases, '
'an output profile is required to produce documents that ' 'an output profile can be used to optimize the output for a particular device, but this is rarely necessary. '
'will work on a device. For example EPUB on the SONY reader. '
'Choices are:') + 'Choices are:') +
', '.join([x.short_name for x in output_profiles()]) ', '.join([x.short_name for x in output_profiles()])
), ),