HBASE-3000 Add "hbase classpath" command to dump classpath

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@999062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-20 19:14:48 +00:00
parent 98b9448162
commit 1456bfff76
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ if [ $# = 0 ]; then
echo " avro run an HBase Avro server"
echo " migrate upgrade an hbase.rootdir"
echo " hbck run the hbase 'fsck' tool"
echo " classpath dumps hbase CLASSPATH"
echo " classpath dump hbase CLASSPATH"
echo " or"
echo " CLASSNAME run the class named CLASSNAME"
echo "Most commands print help when invoked w/o parameters."