Skip to content

Commit

Permalink
fix goctl help message (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJoyMa committed Sep 19, 2022
1 parent 0ea92b7 commit 4c92762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/api/cmd.go
Expand Up @@ -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,
}

Expand Down

0 comments on commit 4c92762

Please sign in to comment.