You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/10/11 04:00:27 UTC

svn commit: r1181344 - /hbase/branches/0.89/bin/hbase

Author: nspiegelberg
Date: Tue Oct 11 02:00:26 2011
New Revision: 1181344

URL: http://svn.apache.org/viewvc?rev=1181344&view=rev
Log:
Added zkcli option to the bin/hbase usage text

Modified:
    hbase/branches/0.89/bin/hbase

Modified: hbase/branches/0.89/bin/hbase
URL: http://svn.apache.org/viewvc/hbase/branches/0.89/bin/hbase?rev=1181344&r1=1181343&r2=1181344&view=diff
==============================================================================
--- hbase/branches/0.89/bin/hbase (original)
+++ hbase/branches/0.89/bin/hbase Tue Oct 11 02:00:26 2011
@@ -67,6 +67,7 @@ if [ $# = 0 ]; then
   if $in_sources_dir; then
     echo "  shell-tests      run the HBase shell tests"
   fi
+  echo "  zkcli            run the ZooKeeper shell"
   echo "  master           run an HBase HMaster node"
   echo "  regionserver     run an HBase HRegionServer node"
   echo "  zookeeper        run a Zookeeper server"