Răsfoiți Sursa

renamed contexts -> context

Alexander Belanger 5 ani în urmă
părinte
comite
3ded22d975
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      cli/cmd/connect.go

+ 2 - 2
cli/cmd/connect.go

@@ -83,9 +83,9 @@ func init() {
 	)
 
 	contexts = connectKubeconfigCmd.PersistentFlags().StringArray(
-		"contexts",
+		"context",
 		nil,
-		"the list of contexts to connect (defaults to the current context)",
+		"the context to connect (defaults to the current context)",
 	)
 
 	connectCmd.AddCommand(connectECRCmd)