Browse Source

copy pasta

Mohammed Nafees 4 năm trước cách đây
mục cha
commit
cf1448f4d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {