Mohammed Nafees 4 éve
szülő
commit
cf1448f4d1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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{
-	Use:   "set-kubeconfig [host]",
+	Use:   "set-kubeconfig [kubeconfig-path]",
 	Args:  cobra.ExactArgs(1),
 	Short: "Saves the path to kubeconfig in the default configuration",
 	Run: func(cmd *cobra.Command, args []string) {