diff --git a/tools/goctl/goctl.go b/tools/goctl/goctl.go index 47143800..b685f6c4 100644 --- a/tools/goctl/goctl.go +++ b/tools/goctl/goctl.go @@ -409,8 +409,8 @@ var commands = []cli.Command{ "https://github.com/zeromicro/go-zero-template directory structure", }, cli.StringFlag{ - Name: "serviceAccount", - Usage: "the serviceAccount of deployment", + Name: "serviceAccount", + Usage: "the ServiceAccount for the deployment", }, }, Action: kube.DeploymentCommand,