lib/dm-is-reflective/runner.rb in dm-is-reflective-1.3.1 vs lib/dm-is-reflective/runner.rb in dm-is-reflective-1.3.2
- old
+ new
@@ -71,11 +71,12 @@
end
end
end
def help
- maxn = options.transpose.first.map(&:size).max
- maxd = options.transpose.last .map(&:size).max
+ optt = options.transpose
+ maxn = optt.first.map(&:size).max
+ maxd = optt.last .map(&:size).max
"Usage: dm-is-reflective DATABASE_URI\n" +
options.map{ |(name, desc)|
if desc.empty?
name
else