You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2014/03/17 18:13:57 UTC

svn commit: r1578470 - /hbase/branches/0.98/bin/hbase-cleanup.sh

Author: jmhsieh
Date: Mon Mar 17 17:13:57 2014
New Revision: 1578470

URL: http://svn.apache.org/r1578470
Log:
HBASE-10769 hbase/bin/hbase-cleanup.sh has wrong usage string (Vamsee Yariagadda)

Modified:
    hbase/branches/0.98/bin/hbase-cleanup.sh

Modified: hbase/branches/0.98/bin/hbase-cleanup.sh
URL: http://svn.apache.org/viewvc/hbase/branches/0.98/bin/hbase-cleanup.sh?rev=1578470&r1=1578469&r2=1578470&view=diff
==============================================================================
--- hbase/branches/0.98/bin/hbase-cleanup.sh (original)
+++ hbase/branches/0.98/bin/hbase-cleanup.sh Mon Mar 17 17:13:57 2014
@@ -31,7 +31,7 @@
 #   HBASE_SSH_OPTS Options passed to ssh when running remote commands.
 #
 
-usage="Usage: hbase-cleanup.sh (zk|hdfs|all)"
+usage="Usage: hbase-cleanup.sh (--cleanZk|--cleanHdfs|--cleanAll)"
 
 bin=`dirname "$0"`
 bin=`cd "$bin">/dev/null; pwd`