Skip to content

Commit

Permalink
fix: typo in inso-compatible flag (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen committed May 15, 2024
1 parent 34f576e commit c7c2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/file_openapi2kong.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The output will be targeted at Kong version 3.x.
"will be added, implicit if '--inso-compatible' is set).")
openapi2kongCmd.Flags().BoolVarP(&cmdO2KinsoCompat, "inso-compatible", "i", false,
"This flag will enable Inso compatibility. The generated entity names will be\n"+
"the same, and no 'id' fields will be gnerated.")
"the same, and no 'id' fields will be generated.")
openapi2kongCmd.Flags().BoolVarP(&cmdO2Ksecurity, "generate-security", "", false, "generate OpenIDConnect plugins "+
"from the security directives")
openapi2kongCmd.Flags().BoolVarP(&cmdO2KignoreSecurityError, "ignore-security-errors", "", false,
Expand Down

0 comments on commit c7c2078

Please sign in to comment.