From 2271dae96a6c2bfc75db072df6395c64478861b2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 Jun 2021 08:17:25 -0700 Subject: [PATCH] Replaced one last :memory: example --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 84f6a80..4765a85 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1359,5 +1359,5 @@ This option can be applied multiple times to load multiple extensions. Since `SpatiaLite `__ is commonly used with SQLite, the value ``spatialite`` is special: it will search for SpatiaLite in the most common installation locations, saving you from needing to remember exactly where that module is located:: - $ sqlite-utils :memory: "select spatialite_version()" --load-extension=spatialite + $ sqlite-utils memory "select spatialite_version()" --load-extension=spatialite [{"spatialite_version()": "4.3.0a"}]