Ver Fonte

renamed contexts -> context

Alexander Belanger há 5 anos atrás
pai
commit
3ded22d975
1 ficheiros alterados com 2 adições e 2 exclusões
  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)