mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -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',
|
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user