Merge pull request #2124 from carlory/fix-karmadactl
improve karmadactl description
This commit is contained in:
commit
3aa00ac72f
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue