diff --git a/cmd/swag/main.go b/cmd/swag/main.go index a866b5a77..99a52b2c9 100644 --- a/cmd/swag/main.go +++ b/cmd/swag/main.go @@ -41,7 +41,7 @@ var initFlags = []cli.Flag{ cli.StringFlag{ Name: outputFlag + ", o", Value: "./docs", - Usage: "Output directory for all the generated files(swagger.json, swagger.yaml and doc.go)", + Usage: "Output directory for all the generated files (swagger.json, swagger.yaml and docs.go)", }, cli.StringFlag{ Name: outputTypesFlag + ", ot",