HBASE-3983 list command in shell seems broken -- Changed @mac_width to @max_width -- noticed by Todd

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1135341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-06-13 23:42:04 +00:00
parent 0f843f5d0a
commit 9128d4e20e
1 changed files with 1 additions and 1 deletions

View File

@ -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