mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed typo in --help
This commit is contained in:
parent
79a5ece62e
commit
7142dbd58d
2 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ See :ref:`cli_inserting_data`, :ref:`cli_insert_csv_tsv`.
|
|||
}'
|
||||
|
||||
If you are using --lines your code will be passed a "line" variable, and for
|
||||
--text an "text" variable.
|
||||
--text a "text" variable.
|
||||
|
||||
Options:
|
||||
--pk TEXT Columns to use as the primary key, e.g. id
|
||||
|
|
|
|||
|
|
@ -1157,7 +1157,7 @@ def insert(
|
|||
}'
|
||||
|
||||
If you are using --lines your code will be passed a "line" variable,
|
||||
and for --text an "text" variable.
|
||||
and for --text a "text" variable.
|
||||
"""
|
||||
try:
|
||||
insert_upsert_implementation(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue