Skip to content

Commit

Permalink
Fix cog failure in PR #604
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhattra committed Dec 7, 2023
1 parent cfecbce commit 7f66b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 7f66b70

Please sign in to comment.