Alexander Belanger 5 лет назад
Родитель
Сommit
3ded22d975
1 измененных файлов с 2 добавлено и 2 удалено
  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)