fix goctl help message (#2414)

master
MarkJoyMa 2 years ago committed by GitHub
parent 0ea92b7280
commit 4c927624b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ var (
goCmd = &cobra.Command{
Use: "go",
Short: "Generate go files for provided api in yaml file",
Short: "Generate go files for provided api in api file",
RunE: gogen.GoCommand,
}

Loading…
Cancel
Save