mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Shorter help summary for rebuild_fts
This commit is contained in:
parent
94b5023066
commit
c265541384
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def optimize(path, tables, no_vacuum, load_extension):
|
|||
@click.argument("tables", nargs=-1)
|
||||
@load_extension_option
|
||||
def rebuild_fts(path, tables, load_extension):
|
||||
"""Rebuild specific FTS tables, or all FTS tables if none are specified"""
|
||||
"""Rebuild all or specific FTS tables"""
|
||||
db = sqlite_utils.Database(path)
|
||||
_load_extensions(db, load_extension)
|
||||
if not tables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue