Skip to content

Commit

Permalink
Revert "Adding a default queue."
Browse files Browse the repository at this point in the history
This reverts commit eb4f038.

Causes test failures: https://travis-ci.org/resque/resque/jobs/6459784
  • Loading branch information
steveklabnik committed Apr 19, 2013
1 parent eb4f038 commit 7c8a0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(args = [], opts = [], config = {})
end

desc "work", "Start processing jobs."
option :queues, :aliases => ["-q"], :type => :string, :default => "default"
option :queues, :aliases => ["-q"], :type => :string
option :require, :aliases => ["-r"], :type => :string
option :pid_file, :aliases => ["-p"], :type => :string
option :interval, :aliases => ["-i"], :type => :numeric
Expand Down

0 comments on commit 7c8a0c2

Please sign in to comment.