Commit 2ea38ba3 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Adjust tiny typos

parent 5a5ddbc4
......@@ -90,7 +90,7 @@ default value is "development".
## All Queues With Exceptions
You're able to run all queues of "sidekiq_queues.yml" file on a single or
You're able to run all queues in `sidekiq_queues.yml` file on a single or
multiple processes with exceptions using the `--negate` flag.
For example, say you want to run a single process for all queues,
......
......@@ -101,7 +101,7 @@ module Gitlab
@rails_path = path
end
opt.on('-n', '--negate', 'Run workers for all queues on sidekiq_queues.yml except the given ones') do
opt.on('-n', '--negate', 'Run workers for all queues in sidekiq_queues.yml except the given ones') do
@negate_queues = true
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment