Author: stack
Date: Mon Jun 13 23:42:04 2011
New Revision: 1135341

URL: http://svn.apache.org/viewvc?rev=1135341&view=rev
Log:
HBASE-3983 list command in shell seems broken -- Changed @mac_width to 
@max_width -- noticed by Todd

Modified:
    hbase/trunk/src/main/ruby/shell/formatter.rb

Modified: hbase/trunk/src/main/ruby/shell/formatter.rb
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/main/ruby/shell/formatter.rb?rev=1135341&r1=1135340&r2=1135341&view=diff
==============================================================================
--- hbase/trunk/src/main/ruby/shell/formatter.rb (original)
+++ hbase/trunk/src/main/ruby/shell/formatter.rb Mon Jun 13 23:42:04 2011
@@ -74,7 +74,7 @@ module Shell
         if args.length == 1
           splits = split(@max_width, dump(args[0]))
           for l in splits
-            output(@mac_width, l)
+            output(@max_width, l)
             @out.puts
           end
         elsif args.length == 2


Reply via email to