From 431787d06105a2a833a319979469742404015370 Mon Sep 17 00:00:00 2001 From: leafus Date: Sun, 29 Sep 2024 12:59:14 +0200 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 64047f1..cdd10a5 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ func main() { } if *configPath == "" { - fmt.Println("No config file found. Please specify a config file using --config or create one in the default locations.") + fmt.Println("No config file found. Please specify a config file using -config or create one in the default locations.") os.Exit(1) } }