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 @@ def option_parser(get_parser, args):
default='excel',
choices=csv.list_dialects(),
help=_('The type of CSV file to produce. Choices: {}')
.format(', '.join(csv.list_dialects()))
.format(', '.join(sorted(csv.list_dialects())))
)
parser.add_option(
'-r',