ソースを参照

chore: update help message (#1544)

Kevin Wan 3 年 前
コミット
bd105474ca
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tools/goctl/goctl.go

+ 2 - 2
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,