From 5f8af89721a95318a5b7b11b9f6f773267abd5e9 Mon Sep 17 00:00:00 2001 From: kvii <56432636+kvii@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:52:43 +0800 Subject: [PATCH] Update main.go Do you want say "dsn"? I don't know if "dns" is right. --- cmd/jet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/jet/main.go b/cmd/jet/main.go index 7508cab6..b56ef31a 100644 --- a/cmd/jet/main.go +++ b/cmd/jet/main.go @@ -149,7 +149,7 @@ func main() { ) case "": - printErrorAndExit("ERROR: required -source or -dns flag missing.") + printErrorAndExit("ERROR: required -source or -dsn flag missing.") default: printErrorAndExit("ERROR: unknown data source " + source + ". Only postgres, mysql, mariadb and sqlite are supported.")