Skip to content

Commit

Permalink
daemons with an s
Browse files Browse the repository at this point in the history
  • Loading branch information
rfroetscher committed May 16, 2016
1 parent 5bde69e commit f212101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def initialize(args) # rubocop:disable MethodLength
opt.on('--exit-on-complete', 'Exit when no more jobs are available to run. This will exit if all jobs are scheduled to run in the future.') do
@options[:exit_on_complete] = true
end
opt.on('--daemon-options a, b, c', Array, 'options to be passed through to daemon gem') do |daemon_options|
opt.on('--daemon-options a, b, c', Array, 'options to be passed through to daemons gem') do |daemon_options|
@daemon_options = daemon_options
end
end
Expand Down

0 comments on commit f212101

Please sign in to comment.