docs to dogs (#437)

This commit is contained in:
Yuri 2022-05-30 17:32:41 -04:00 committed by GitHub
commit 9fedfc69d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``::