Skip to content

Commit

Permalink
operations -> operation
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Sep 15, 2023
1 parent 7cc16a6 commit 2d12642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/topicctl/subcmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func aclsCmd() *cobra.Command {
$ topicctl get acls
List read acls for topic my-topic
$ topicctl get acls --resource-type topic --resource-name my-topic --operations read
$ topicctl get acls --resource-type topic --resource-name my-topic --operation read
List acls for user Alice with permission allow
$ topicctl get acls --principal User:alice --permission-type allow
Expand Down

0 comments on commit 2d12642

Please sign in to comment.