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"}]