mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-27 03:14:33 +02:00
Fixed spelling
This commit is contained in:
parent
0c796cd945
commit
873877111c
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ The CSV data that was piped into the script is available in the ``stdin`` table,
|
|||
\-\-schema, \-\-analyze, \-\-dump and \-\-save
|
||||
----------------------------------------------
|
||||
|
||||
To see the in-memory datbase schema that would be used for a file or for multiple files, use ``--schema``::
|
||||
To see the in-memory database schema that would be used for a file or for multiple files, use ``--schema``::
|
||||
|
||||
% sqlite-utils memory dogs.csv --schema
|
||||
CREATE TABLE [dogs] (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue