mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix last reference to Sidekiqctl (#4137)
This commit is contained in:
parent
70b9ff47ab
commit
5a3593c358
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Sidekiq::Ctl
|
|||
puts "Usage: #{CMD} status <section>"
|
||||
puts
|
||||
puts " <section> (optional) view a specific section of the status output"
|
||||
puts " Valid sections are: #{Sidekiqctl::Status::VALID_SECTIONS.join(", ")}"
|
||||
puts " Valid sections are: #{Sidekiq::Ctl::Status::VALID_SECTIONS.join(", ")}"
|
||||
puts
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue