From 5a17ab51a366e226c2678e3a8af1cd2c77ac4850 Mon Sep 17 00:00:00 2001
From: Tommie Gannert <tommie@spotify.com>
Date: Fri, 27 Jul 2012 10:36:46 +0200
Subject: [PATCH] Remove invalid mirroring arguments from kafka-server-start.sh.

Since r1310645, mirroring is in MirrorMaker, and kafka.Kafka.main()
only supports a single argument.
---
 bin/kafka-server-start.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/kafka-server-start.sh b/bin/kafka-server-start.sh
index dd200bc..307f76c 100755
--- a/bin/kafka-server-start.sh
+++ b/bin/kafka-server-start.sh
@@ -16,7 +16,7 @@
 
 if [ $# -lt 1 ];
 then
-	echo "USAGE: $0 server.properties [consumer.properties producer.properties]"
+	echo "USAGE: $0 server.properties"
 	exit 1
 fi
 
-- 
1.7.2.5

