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) } }