You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/08/20 22:28:46 UTC

svn commit: r1375206 - /hbase/branches/0.94/src/main/ruby/shell/commands/drop.rb

Author: stack
Date: Mon Aug 20 20:28:46 2012
New Revision: 1375206

URL: http://svn.apache.org/viewvc?rev=1375206&view=rev
Log:
HBASE-6503 HBase Shell Documentation For DROP Is Outdated

Modified:
    hbase/branches/0.94/src/main/ruby/shell/commands/drop.rb

Modified: hbase/branches/0.94/src/main/ruby/shell/commands/drop.rb
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/src/main/ruby/shell/commands/drop.rb?rev=1375206&r1=1375205&r2=1375206&view=diff
==============================================================================
--- hbase/branches/0.94/src/main/ruby/shell/commands/drop.rb (original)
+++ hbase/branches/0.94/src/main/ruby/shell/commands/drop.rb Mon Aug 20 20:28:46 2012
@@ -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