mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Cleanup formatting of fts_index usage string
This commit is contained in:
parent
872c7ea159
commit
2f43e24721
@ -61,16 +61,20 @@ def option_parser(get_parser, args):
|
|||||||
|
|
||||||
Control the Full text search indexing process.
|
Control the Full text search indexing process.
|
||||||
|
|
||||||
{enable} - Turns on FTS indexing for this library
|
{enable}
|
||||||
{disable} - Turns off FTS indexing for this library
|
Turns on FTS indexing for this library
|
||||||
{status} - Shows the current indexing status
|
{disable}
|
||||||
{reindex} - Can be used to re-index either particular books or
|
Turns off FTS indexing for this library
|
||||||
the entire library. To re-index particular books
|
{status}
|
||||||
specify the book ids as additional arguments after the
|
Shows the current indexing status
|
||||||
{reindex} command. If no book ids are specified the
|
{reindex}
|
||||||
entire library is re-indexed.
|
Can be used to re-index either particular books or
|
||||||
'''.format(enable='enable', disable='disable', status='status', reindex='reindex')
|
the entire library. To re-index particular books
|
||||||
))
|
specify the book ids as additional arguments after the
|
||||||
|
{reindex} command. If no book ids are specified the
|
||||||
|
entire library is re-indexed.
|
||||||
|
''').format(enable='enable', disable='disable', status='status', reindex='reindex')
|
||||||
|
)
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
'--wait-for-completion',
|
'--wait-for-completion',
|
||||||
default=False,
|
default=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user