HBASE-906 [shell] Truncates output

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@700177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-09-29 17:06:46 +00:00
parent a2ebc570cf
commit 6be90b30d9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ module Formatter
return
end
# Remove double-quotes added by 'dump'.
return str.dump[1..-1]
return str.dump[1..-2]
end
def output(width, str)