diff --git a/internal/cmd/cli.go b/internal/cmd/cli.go index aef6cdd..ed1684d 100644 --- a/internal/cmd/cli.go +++ b/internal/cmd/cli.go @@ -41,7 +41,7 @@ func (c *CLI) Parse() (*AppSettings, error) { "default_enable_exporter": "false", "default_exporter_address": ":9191", }, - kong.Name("country_geo_locations"), + kong.Name("country-geo-locations"), kong.Description("🚀 Start a simple web server for GeoIP data"), kong.UsageOnError(), )