浏览代码

fix goctl help message (#2414)

MarkJoyMa 2 年之前
父节点
当前提交
4c927624b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/goctl/api/cmd.go

+ 1 - 1
tools/goctl/api/cmd.go

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