diff --git a/bin/hbase-cleanup.sh b/bin/hbase-cleanup.sh index 73b3e8249e61fd381bfb3db51da58b455256748e..40633fc6b14f18f32e5fab1d8955f16faaed21e9 100755 --- a/bin/hbase-cleanup.sh +++ b/bin/hbase-cleanup.sh @@ -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`