Update main.go
Do you want say "dsn"? I don't know if "dns" is right.
This commit is contained in:
parent
c7d972106a
commit
5f8af89721
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