chore: update help message (#1544)

This commit is contained in:
Kevin Wan
2022-02-15 21:19:40 +08:00
committed by GitHub
parent a078f5d764
commit bd105474ca

View File

@@ -410,7 +410,7 @@ var commands = []cli.Command{
},
cli.StringFlag{
Name: "serviceAccount",
Usage: "the serviceAccount of deployment",
Usage: "the ServiceAccount for the deployment",
},
},
Action: kube.DeploymentCommand,