mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
adffb75395
commit
84e37360c4
@ -179,7 +179,7 @@ List the books available in the calibre database.
|
|||||||
' database. Should be a comma separated list of'
|
' database. Should be a comma separated list of'
|
||||||
' fields.\nAvailable fields: %s\nDefault: %%default. The'
|
' fields.\nAvailable fields: %s\nDefault: %%default. The'
|
||||||
' special field "all" can be used to select all fields.'
|
' special field "all" can be used to select all fields.'
|
||||||
)%','.join(sorted(fields)))
|
)%', '.join(sorted(fields)))
|
||||||
parser.add_option('--sort-by', default=None,
|
parser.add_option('--sort-by', default=None,
|
||||||
help=_('The field by which to sort the results.\nAvailable fields: %s\nDefault: %%default')%','.join(FIELDS))
|
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',
|
parser.add_option('--ascending', default=False, action='store_true',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user