Skip to content

Commit

Permalink
Add crate to csvsql help text
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 23, 2019
1 parent 4cc0b36 commit faccdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scripts/csvsql.rst
Expand Up @@ -12,7 +12,7 @@ Generate SQL statements for a CSV file or execute those statements directly on a
[-S] [--blanks] [--date-format DATE_FORMAT]
[--datetime-format DATETIME_FORMAT] [-H] [-K SKIP_LINES] [-v]
[-l] [--zero] [-V]
[-i {firebird,mssql,mysql,oracle,postgresql,sqlite,sybase}]
[-i {firebird,mssql,mysql,oracle,postgresql,sqlite,sybase,crate}]
[--db CONNECTION_STRING] [--query QUERY] [--insert]
[--prefix PREFIX] [--tables TABLE_NAMES] [--no-constraints]
[--unique-constraint UNIQUE_CONSTRAINT] [--no-create]
Expand All @@ -29,7 +29,7 @@ Generate SQL statements for a CSV file or execute those statements directly on a

optional arguments:
-h, --help show this help message and exit
-i {firebird,mssql,mysql,oracle,postgresql,sqlite,sybase}, --dialect {firebird,mssql,mysql,oracle,postgresql,sqlite,sybase}
-i {firebird,mssql,mysql,oracle,postgresql,sqlite,sybase,crate}, --dialect {firebird,mssql,mysql,oracle,postgresql,sqlite,sybase,crate}
Dialect of SQL to generate. Only valid when --db is
not specified.
--db CONNECTION_STRING
Expand Down

0 comments on commit faccdba

Please sign in to comment.