Update main.go
All checks were successful
Release Version / build (push) Successful in 6s

This commit is contained in:
leafus 2024-09-29 12:59:14 +02:00
parent a9f0f3cbbc
commit 431787d061

View File

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