bin/i2cssh in i2cssh-1.2.3 vs bin/i2cssh in i2cssh-1.3.0
- old
+ new
@@ -35,9 +35,13 @@
exit
else
i2_options[:rows] = r
end
end
+ opts.on '-b', '--broadcast',
+ 'Start with broadcast input (DANGEROUS!)' do
+ i2_options[:broadcast] = true
+ end
# Hosts
opts.on '-f', '--file FILE',
'Cluster file (one hostname per line)' do |f|
servers += File.read(f).split "\n"