Procházet zdrojové kódy

fixing the readme

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@670959 13f79535-47bb-0310-9956-ffa450edef68
před 17 roky
rodič
revize
8427cf0581
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      zookeeper/README

+ 1 - 1
zookeeper/README

@@ -21,7 +21,7 @@ Starting a client shell
 
 
 1) run the following command
 1) run the following command
 
 
-java -cp zookeeper-dev.jar:java/lib/log4j-1.2.15.jar:conf -Dlog4j.configuration=log4j_console.properties com.yahoo.zookeeper.ZooKeeper <server>:<port>
+java -cp zookeeper-dev.jar:java/lib/log4j-1.2.15.jar com.yahoo.zookeeper.ZooKeeper <server>:<port>
 
 
 where server and port correspond to the ZooKeeper configuration.
 where server and port correspond to the ZooKeeper configuration.