From 9fedfc69d7239ac49900051e1c48ee9cdd470d9e Mon Sep 17 00:00:00 2001 From: Yuri Date: Mon, 30 May 2022 17:32:41 -0400 Subject: [PATCH] docs to dogs (#437) --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 2d2ea76..1fc5a00 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -884,7 +884,7 @@ Inserting CSV or TSV data If your data is in CSV format, you can insert it using the ``--csv`` option:: - $ sqlite-utils insert dogs.db dogs docs.csv --csv + $ sqlite-utils insert dogs.db dogs dogs.csv --csv For tab-delimited data, use ``--tsv``::