HBASE-6503 HBase Shell Documentation For DROP Is Outdated

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375205 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-08-20 20:28:14 +00:00
parent 49a769b45c
commit aa0bab5a06
1 changed files with 1 additions and 4 deletions

View File

@ -23,10 +23,7 @@ module Shell
class Drop < Command
def help
return <<-EOF
Drop the named table. Table must first be disabled. If table has
more than one region, run a major compaction on .META.:
hbase> major_compact ".META."
Drop the named table. Table must first be disabled: e.g. "hbase> drop 't1'"
EOF
end