lib/sweatshop/daemoned.rb in sweatshop-1.5.2 vs lib/sweatshop/daemoned.rb in sweatshop-1.6.0
- old
+ new
@@ -47,13 +47,9 @@
opt.on('-t', '--ontop', 'Stay on top (does not daemonize)') do
options[:ontop] = true
end
- opt.on('--instances=NUM', 'Allow multiple instances to run simultaneously? 0 for infinite. default: 1') do |value|
- self.instances = value.to_i
- end
-
opt.on('--log-file=LOGFILE', 'Logfile to log to') do |value|
options[:log_file] = File.expand_path(value)
end
opt.on('--pid-file=PIDFILE', 'Location of pidfile') do |value|