diff --git a/openapi/gen/main.go b/openapi/gen/main.go index e3c08c3c9..688270be4 100644 --- a/openapi/gen/main.go +++ b/openapi/gen/main.go @@ -34,7 +34,7 @@ func main() { flag.BoolVar(&ctx.DryRun, "dry-run", false, "print to stdout instead of real files") flag.Parse() if ctx.Spec == "" { - println("USAGE: go run databricks/openapi/gen/main.go -spec /path/to/spec.json") + println("USAGE: go run openapi/gen/main.go -spec /path/to/spec.json") flag.PrintDefaults() os.Exit(1) }