Explorar o código

fix goctl help message (#2414)

MarkJoyMa %!s(int64=2) %!d(string=hai) anos
pai
achega
4c927624b0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 	}