소스 검색

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