mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed spelling of objects, refs #310
This commit is contained in:
parent
f67327abf0
commit
15758d02fd
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ def insert_upsert_options(fn):
|
|||
"--pk", help="Columns to use as the primary key, e.g. id", multiple=True
|
||||
),
|
||||
click.option("--nl", is_flag=True, help="Expect newline-delimited JSON"),
|
||||
click.option("--flatten", is_flag=True, help="Flatten nested JSON objets"),
|
||||
click.option("--flatten", is_flag=True, help="Flatten nested JSON objects"),
|
||||
click.option("-c", "--csv", is_flag=True, help="Expect CSV"),
|
||||
click.option("--tsv", is_flag=True, help="Expect TSV"),
|
||||
click.option("--delimiter", help="Delimiter to use for CSV files"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue