Skip to content

Commit

Permalink
Merge pull request #395 from aiven/fdorlandi-fix-typo-kafka-native-acls
Browse files Browse the repository at this point in the history
Fix help string for cluster option in Apache Kafka native ACLs
  • Loading branch information
bugant authored Dec 11, 2024
2 parents 96d7c99 + 9c2df27 commit 2355dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiven/client/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6210,7 +6210,7 @@ def service__alloydbomni__google_cloud_private_key__delete(self) -> None:
"--cluster",
action="store_const",
const="kafka-cluster",
help="Group resource type to which ACL should be added",
help="The ACL is applied to the cluster resource",
)
@arg(
"--transactional-id",
Expand Down

0 comments on commit 2355dcd

Please sign in to comment.