Skip to content

Commit

Permalink
MINOR: Update AclCommand help message to match implementation (#7990)
Browse files Browse the repository at this point in the history
Reviewers: Ron Dagostino <rndgstn@gmail.com>, Manikumar Reddy <manikumar.reddy@gmail.com>
  • Loading branch information
rajinisivaram committed Jan 21, 2020
1 parent 9d96964 commit 0ecb5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/kafka/admin/AclCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ object AclCommand extends Logging {
.describedAs("command-config")
.ofType(classOf[String])

val authorizerOpt = parser.accepts("authorizer", "Fully qualified class name of the authorizer, defaults to kafka.security.auth.SimpleAclAuthorizer.")
val authorizerOpt = parser.accepts("authorizer", "Fully qualified class name of the authorizer, defaults to kafka.security.authorizer.AclAuthorizer.")
.withRequiredArg
.describedAs("authorizer")
.ofType(classOf[String])
Expand Down

0 comments on commit 0ecb5bb

Please sign in to comment.