Fix for rogue quote in enable-fts --help

This commit is contained in:
Simon Willison 2026-07-07 17:57:29 -07:00
commit 8ee0b7c65c
2 changed files with 2 additions and 2 deletions

View file

@ -1028,7 +1028,7 @@ See :ref:`cli_fts`.
Usage: sqlite-utils enable-fts [OPTIONS] PATH TABLE COLUMN...
Enable full-text search for specific table and columns"
Enable full-text search for specific table and columns
Example:

View file

@ -706,7 +706,7 @@ def create_index(
def enable_fts(
path, table, column, fts4, fts5, tokenize, create_triggers, replace, load_extension
):
"""Enable full-text search for specific table and columns"
"""Enable full-text search for specific table and columns
Example: