mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
5fd8c81661
commit
2c88b1e55f
@ -49,7 +49,7 @@ information is the equivalent of what is shown in the tags pane.
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user