From 7f66b70c2f09314871b588b2011b9006c0406593 Mon Sep 17 00:00:00 2001 From: Taj Khattra Date: Wed, 6 Dec 2023 21:30:54 -0800 Subject: [PATCH] Fix cog failure in PR #604 --- docs/cli-reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli-reference.rst b/docs/cli-reference.rst index 81bf5e3..b02458b 100644 --- a/docs/cli-reference.rst +++ b/docs/cli-reference.rst @@ -289,11 +289,11 @@ See :ref:`cli_inserting_data`, :ref:`cli_insert_csv_tsv`, :ref:`cli_insert_unstr --analyze Run ANALYZE at the end of this operation --load-extension TEXT Path to SQLite extension, with optional :entrypoint --silent Do not show progress bar + --strict Apply STRICT mode to table --ignore Ignore records if pk already exists --replace Replace records if pk already exists --truncate Truncate table before inserting records, if table already exists - --strict Apply STRICT mode to table -h, --help Show this message and exit.