diff --git a/cmd/kubeadm/app/cmd/init.go b/cmd/kubeadm/app/cmd/init.go index 22939087d9a..b205071598d 100644 --- a/cmd/kubeadm/app/cmd/init.go +++ b/cmd/kubeadm/app/cmd/init.go @@ -130,7 +130,7 @@ func NewCmdInit(out io.Writer) *cobra.Command { cmd := &cobra.Command{ Use: "init", - Short: "Run this command in order to set up the Kubernetes master.", + Short: "Run this command in order to set up the Kubernetes control plane.", Run: func(cmd *cobra.Command, args []string) { c, err := initRunner.InitData() kubeadmutil.CheckErr(err)