Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jodlajodla committed Dec 9, 2019
1 parent 5225ce3 commit fff506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/swag/main.go
Expand Up @@ -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",
Expand Down

0 comments on commit fff506d

Please sign in to comment.