Skip to content

Commit

Permalink
Update cmd/dbaas_acl_delete.go
Browse files Browse the repository at this point in the history
Co-authored-by: Predrag Janosevic <predrag.janosevic@exoscale.com>
  • Loading branch information
elkezza and kobajagi authored Jan 13, 2025
1 parent dba696d commit 6fb7032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dbaas_acl_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type dbaasAclDeleteCmd struct {

_ bool `cli-cmd:"delete"`
Name string `cli-flag:"name" cli-usage:"Name of the DBaaS service"`
ServiceType string `cli-flag:"type" cli-short:"t" cli-usage:"DBaaS service type (e.g., kafka, opensearch)"`
ServiceType string `cli-flag:"type" cli-short:"t" cli-usage:"DBaaS service type (currently only kafka supported)"`
Username string `cli-flag:"username" cli-usage:"Username of the ACL entry"`
}

Expand Down

0 comments on commit 6fb7032

Please sign in to comment.