bin/i2cssh in i2cssh-1.9.0 vs bin/i2cssh in i2cssh-1.10.0
- old
+ new
@@ -30,10 +30,10 @@
end
end
def set_options(config_hash, login_override=nil)
if config_hash["columns"] and config_hash["rows"] then
- puts "CONFIG ERROR: rows and columns can't be used a the same time"
+ puts "CONFIG ERROR: rows and columns can't be used at the same time"
exit 1
end
[:broadcast, :profile, :rank, :iterm2, :login, :columns, :rows, :sleep, :direction, :itermname].each do |p|
@i2_options[p] = config_hash[p.to_s].nil? ? @i2_options[p] : config_hash[p.to_s]