From bd105474ca497248bcd53b607225068ff2a5c12c Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 15 Feb 2022 21:19:40 +0800 Subject: [PATCH] chore: update help message (#1544) --- tools/goctl/goctl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,