From 5e8822efd27da9bc8495990f1decadea5f2b3167 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 11 Jul 2026 18:52:09 -0700 Subject: [PATCH] Clarify usage of named parameters in CLI documentation --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index dce36d9..8f65f45 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -361,7 +361,7 @@ To return the first column of each result as raw data, separated by newlines, us Using named parameters ---------------------- -You can pass named parameters to the query using ``-p``: +You can pass named parameters to the query using ``-p name value``: .. code-block:: bash