diff --git a/hbase-server/src/main/ruby/shell/commands/drop.rb b/hbase-server/src/main/ruby/shell/commands/drop.rb index 181b835..d9c33da 100644 --- a/hbase-server/src/main/ruby/shell/commands/drop.rb +++ b/hbase-server/src/main/ruby/shell/commands/drop.rb @@ -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. EOF end