Skip to content

Commit c89b2df

Browse files
committed
Fixed documentation typo
1 parent 6acfd45 commit c89b2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ This will use SQLite's FTS5 module by default. Use ``--fts4`` if you want to use
169169

170170
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::
171171

172-
$ sqlite-utils populatesfts mydb.db documents title summary
172+
$ sqlite-utils populate-fts mydb.db documents title summary
173173

174174
Vacuum
175175
======

0 commit comments

Comments
 (0)