Skip to content

Commit

Permalink
fix(cli): update list of supported db based on document (#281). Thank…
Browse files Browse the repository at this point in the history
…s to @lanphan!
  • Loading branch information
lanphan authored and paveltiunov committed Nov 29, 2019
1 parent ba8e47a commit 8aa5a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-cli/cubejsCli.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ program
.option(
'-d, --db-type <db-type>',
'Preconfigure for selected database.\n\t\t\t ' +
'Options: postgres, mysql, mongobi, athena, bigquery, redshift, clickhouse'
'Options: postgres, mysql, mongobi, athena, redshift, bigquery, mssql, clickhouse, snowflake, presto'
)
.option('-t, --template <template>', 'App template. Options: express (default), serverless.')
.description('Create new Cube.js app')
Expand Down

0 comments on commit 8aa5a2e

Please sign in to comment.