From 17c6f33126823c4f54ea22ed2284267271b58e21 Mon Sep 17 00:00:00 2001 From: Jun Rao Date: Tue, 17 Nov 2015 19:00:30 -0800 Subject: [PATCH] trivial fix to 0.9.0 docs --- core/src/main/scala/kafka/admin/AclCommand.scala | 2 +- docs/security.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/main/scala/kafka/admin/AclCommand.scala b/core/src/main/scala/kafka/admin/AclCommand.scala index 1eb9a40896b..6ec0cf8587c 100644 --- a/core/src/main/scala/kafka/admin/AclCommand.scala +++ b/core/src/main/scala/kafka/admin/AclCommand.scala @@ -76,7 +76,7 @@ object AclCommand { val resourceToAcl = getResourceToAcls(opts) if (resourceToAcl.values.exists(_.isEmpty)) - CommandLineUtils.printUsageAndDie(opts.parser, "You must specify one of: --allow-principals, --deny-principals when trying to add acls.") + CommandLineUtils.printUsageAndDie(opts.parser, "You must specify one of: --allow-principal, --deny-principal when trying to add acls.") for ((resource, acls) <- resourceToAcl) { val acls = resourceToAcl(resource) diff --git a/docs/security.html b/docs/security.html index da9c3c655cb..eb5dadb216b 100644 --- a/docs/security.html +++ b/docs/security.html @@ -1,4 +1,4 @@ - +