You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2011/08/14 18:42:35 UTC

svn commit: r1157560 - /incubator/kafka/trunk/bin/kafka-server-start.sh

Author: junrao
Date: Sun Aug 14 16:42:35 2011
New Revision: 1157560

URL: http://svn.apache.org/viewvc?rev=1157560&view=rev
Log:
fix kafka-server-start.sh to take an optional producer property

Modified:
    incubator/kafka/trunk/bin/kafka-server-start.sh

Modified: incubator/kafka/trunk/bin/kafka-server-start.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/bin/kafka-server-start.sh?rev=1157560&r1=1157559&r2=1157560&view=diff
==============================================================================
--- incubator/kafka/trunk/bin/kafka-server-start.sh (original)
+++ incubator/kafka/trunk/bin/kafka-server-start.sh Sun Aug 14 16:42:35 2011
@@ -2,7 +2,7 @@
 
 if [ $# -lt 1 ];
 then
-	echo "USAGE: $0 server.properties [consumer.properties]"
+	echo "USAGE: $0 server.properties [consumer.properties producer.properties]"
 	exit 1
 fi