Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 8, 2019
1 parent 6acfd45 commit c89b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down

0 comments on commit c89b2df

Please sign in to comment.