Skip to content

Commit 7ac0e25

Browse files
committed
Update command line help output in README
1 parent e584e05 commit 7ac0e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ sql-formatter -h
9595

9696
```
9797
usage: sql-formatter [-h] [-o OUTPUT] \
98-
[-l {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,spark,sql,sqlite,trino,tsql}] [-c CONFIG] [--version] [FILE]
98+
[-l {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,singlestoredb,spark,sql,sqlite,trino,tsql}] [-c CONFIG] [--version] [FILE]
9999
100100
SQL Formatter
101101
@@ -106,8 +106,8 @@ optional arguments:
106106
-h, --help show this help message and exit
107107
-o, --output OUTPUT
108108
File to write SQL output (defaults to stdout)
109-
-l, --language {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,spark,sql,sqlite,trino,tsql}
110-
SQL dialect (defaults to standard sql)
109+
-l, --language {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,singlestoredb,spark,sql,sqlite,trino,tsql}
110+
SQL dialect (defaults to basic sql)
111111
-c, --config CONFIG
112112
Path to config json file (will use default configs if unspecified)
113113
--version show program's version number and exit

0 commit comments

Comments
 (0)