mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-02 16:28:39 +08:00
fix typo (#1857)
This commit is contained in:
parent
f21970c117
commit
ae2c76765c
@ -215,7 +215,7 @@ var commands = []cli.Command{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "go",
|
Name: "go",
|
||||||
Usage: "generate go files for provided api in yaml file",
|
Usage: "generate go files for provided api in api file",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "dir",
|
Name: "dir",
|
||||||
|
Loading…
Reference in New Issue
Block a user