From ae2c76765ce74fd23f2cec29d575acc9f6c96b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E8=87=AA=E5=8A=A8=E7=9B=92=E5=AD=90?= <56881699+sixwaaaay@users.noreply.github.com> Date: Tue, 3 May 2022 16:25:13 +0800 Subject: [PATCH] fix typo (#1857) --- tools/goctl/goctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/goctl.go b/tools/goctl/goctl.go index 2bf6b32f..4c4511fe 100644 --- a/tools/goctl/goctl.go +++ b/tools/goctl/goctl.go @@ -215,7 +215,7 @@ var commands = []cli.Command{ }, { 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{ cli.StringFlag{ Name: "dir",