Skip to content

Commit

Permalink
update db options
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Apr 14, 2018
1 parent 301bfa7 commit ec0d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub fn build_cli() -> App<'static, 'static> {
.long("type")
.short("t")
.takes_value(true)
.help("Specify the database type (sqlite|postgres)"))
.help("Specify the database type (sqlite|postgres|mysql)"))
.arg(Arg::with_name("location")
.long("location")
.short("l")
Expand Down

0 comments on commit ec0d202

Please sign in to comment.