mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed documentation typo
This commit is contained in:
parent
6acfd456b0
commit
c89b2df918
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ This will use SQLite's FTS5 module by default. Use ``--fts4`` if you want to use
|
|||
|
||||
The ``enable-fts`` command will populate the new index with all existing documents. If you later add more documents you will need to use ``populate-fts`` to cause them to be indexed as well::
|
||||
|
||||
$ sqlite-utils populatesfts mydb.db documents title summary
|
||||
$ sqlite-utils populate-fts mydb.db documents title summary
|
||||
|
||||
Vacuum
|
||||
======
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue