Merge pull request #2124 from carlory/fix-karmadactl

improve karmadactl description
This commit is contained in:
karmada-bot 2022-07-08 10:32:39 +08:00 committed by GitHub
commit 3aa00ac72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ import (
)
const (
initShort = `install karmada in kubernetes.`
initLong = `install karmada in kubernetes.`
initShort = `Install karmada in kubernetes.`
initLong = `Install karmada in kubernetes.`
)
// NewCmdInit install karmada on kubernetes

View File

@ -38,8 +38,8 @@ func NewCmdDeInit(parentCommand string) *cobra.Command {
opts := CommandDeInitOption{}
cmd := &cobra.Command{
Use: "deinit",
Short: "removes Karmada from Kubernetes",
Long: "removes Karmada from Kubernetes",
Short: "Removes Karmada from Kubernetes",
Long: "Removes Karmada from Kubernetes",
Example: deInitExample(parentCommand),
SilenceUsage: true,
RunE: func(cmd *cobra.Command, args []string) error {