You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ This will use SQLite's FTS5 module by default. Use ``--fts4`` if you want to use
169
169
170
170
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::
171
171
172
-
$ sqlite-utils populatesfts mydb.db documents title summary
172
+
$ sqlite-utils populate-fts mydb.db documents title summary
0 commit comments