From 718a8f61bcaed39c04d5d223104056213f8c8516 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 2 Oct 2021 09:54:39 -0700 Subject: [PATCH] Clarified description of --quote --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index d2a4d84..7a127fe 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1554,7 +1554,7 @@ By default it shows the most relevant matches first. You can specify a different # Sort by created in descending order $ sqlite-utils search mydb.db documents searchterm -o 'created desc' -SQLite `advanced search syntax `__ is enabled by default. To run a search with automatic quoting use the ``--quote`` option. +SQLite `advanced search syntax `__ is enabled by default. To run a search with automatic quoting applied to the terms to avoid them being potentially interpreted as advanced search syntax use the ``--quote`` option. You can specify a subset of columns to be returned using the ``-c`` option one or more times::