commit
d62f416836
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ func main() {
|
||||||
)
|
)
|
||||||
|
|
||||||
case "":
|
case "":
|
||||||
printErrorAndExit("ERROR: required -source or -dns flag missing.")
|
printErrorAndExit("ERROR: required -source or -dsn flag missing.")
|
||||||
|
|
||||||
default:
|
default:
|
||||||
printErrorAndExit("ERROR: unknown data source " + source + ". Only postgres, mysql, mariadb and sqlite are supported.")
|
printErrorAndExit("ERROR: unknown data source " + source + ". Only postgres, mysql, mariadb and sqlite are supported.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue