bin/i2cssh in i2cssh-0.0.7 vs bin/i2cssh in i2cssh-0.0.8
- old
+ new
@@ -14,10 +14,10 @@
opts.on('-F', '--fullscreen', "Fullscreen") { options[:fullscreen] = true }
opts.on('-u', '--username USERNAME', "SSH username") { |u| options[:username] = u }
opts.on('-c', '--cluster CLUSTERNAME', "Name of the cluster specified in ~/.i2csshrc") { |c| options[:cluster] = c }
opts.on('-C', '--columns COLUMNS', "Amount of columns (rows will be calculated)") { |c| options[:columns] = c }
opts.on('-R', '--rows ROWS', "Amount of rows (columns will be calculated)") { |r| options[:rows] = r }
- opts.on('-s', '--session SESSIONNAME', "Name of an iTerm2 session") { |s| options[:session_name] = s }
+# opts.on('-s', '--session SESSIONNAME', "Name of an iTerm2 session") { |s| options[:session_name] = s }
end
optparse.parse!
unless options[:file] || options[:cluster] then