1
0
Fork 0
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:
betesh 2019-04-02 20:51:27 -04:00 committed by Mike Perham
parent 70b9ff47ab
commit 5a3593c358

View file

@ -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