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:
parent
0f843f5d0a
commit
9128d4e20e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue