Mohammed Nafees пре 4 година
родитељ
комит
cf1448f4d1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cli/cmd/config.go

+ 1 - 1
cli/cmd/config.go

@@ -155,7 +155,7 @@ var configSetHostCmd = &cobra.Command{
 }
 }
 
 
 var configSetKubeconfigCmd = &cobra.Command{
 var configSetKubeconfigCmd = &cobra.Command{
-	Use:   "set-kubeconfig [host]",
+	Use:   "set-kubeconfig [kubeconfig-path]",
 	Args:  cobra.ExactArgs(1),
 	Args:  cobra.ExactArgs(1),
 	Short: "Saves the path to kubeconfig in the default configuration",
 	Short: "Saves the path to kubeconfig in the default configuration",
 	Run: func(cmd *cobra.Command, args []string) {
 	Run: func(cmd *cobra.Command, args []string) {