This commit is contained in:
Kovid Goyal 2014-08-24 10:07:40 +05:30
parent adffb75395
commit 84e37360c4

View File

@ -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',