fix goctl help message (#2414)

This commit is contained in:
MarkJoyMa
2022-09-19 14:05:46 +08:00
committed by GitHub
parent 0ea92b7280
commit 4c927624b0

View File

@@ -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,
}