From c89b2df91822318266ae4020c6ccbd06fefb48f7 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 7 Feb 2019 21:23:50 -0800 Subject: [PATCH] Fixed documentation typo --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index ba3076288..6461a4449 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -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 ======