Fix coding standards

This commit is contained in:
Thibault Jouan 2015-04-18 02:59:13 +00:00
parent c21600f500
commit 54e1cb8012

View File

@ -65,7 +65,7 @@ module Uh
end end
opts.on '-f', '--run-control PATH', opts.on '-f', '--run-control PATH',
'specify alternate run control file' do |e| 'specify alternate run control file' do |e|
@env.rc_path = e @env.rc_path = e
end end
@ -79,7 +79,7 @@ module Uh
end end
opts.on '-w', Workers.types, '--worker WORKER', opts.on '-w', Workers.types, '--worker WORKER',
'specify worker' do |worker| 'specify worker' do |worker|
@env.worker = worker.to_sym @env.worker = worker.to_sym
end end
end end