From cf811e35e1cbb78cd0347e73c2b747d1f4b8497d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 14 Feb 2021 11:25:58 -0800 Subject: [PATCH] Formatting fix --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 23b1690..e32b21e 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -500,7 +500,7 @@ Alternative delimiters and quote characters If your file uses a delimiter other than ``,`` or a quote character other than ``"`` you can attempt to detect delimiters or you can specify them explicitly. -The ``--sniff`` option can be used to attempt to detect the delimiters: +The ``--sniff`` option can be used to attempt to detect the delimiters:: sqlite-utils insert dogs.db dogs dogs.csv --sniff