mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:23:09 +02:00
...
This commit is contained in:
parent
adffb75395
commit
84e37360c4
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def list_option_parser(db=None):
|
|||
' database. Should be a comma separated list of'
|
||||
' fields.\nAvailable fields: %s\nDefault: %%default. The'
|
||||
' special field "all" can be used to select all fields.'
|
||||
)%','.join(sorted(fields)))
|
||||
)%', '.join(sorted(fields)))
|
||||
parser.add_option('--sort-by', default=None,
|
||||
help=_('The field by which to sort the results.\nAvailable fields: %s\nDefault: %%default')%','.join(FIELDS))
|
||||
parser.add_option('--ascending', default=False, action='store_true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue