This commit is contained in:
Kovid Goyal 2017-05-04 16:28:07 +05:30
parent 5fd8c81661
commit 2c88b1e55f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -49,7 +49,7 @@ information is the equivalent of what is shown in the tags pane.
default='excel', default='excel',
choices=csv.list_dialects(), choices=csv.list_dialects(),
help=_('The type of CSV file to produce. Choices: {}') help=_('The type of CSV file to produce. Choices: {}')
.format(', '.join(csv.list_dialects())) .format(', '.join(sorted(csv.list_dialects())))
) )
parser.add_option( parser.add_option(
'-r', '-r',