1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

fixing for typo mentioned in #803

This commit is contained in:
burningTyger 2015-10-20 14:55:42 +02:00
parent d56ad84642
commit f6ef2c4a70

View file

@ -50,7 +50,7 @@ module Rack
"Host=HOST" => "Hostname to listen on (default: localhost)",
"Port=PORT" => "Port to listen on (default: 8080)",
"Threads=MIN:MAX" => "min:max threads to use (default 0:16)",
"Quiet" => "Don't report each request"
"Verbose" => "Don't report each request (default: false)"
}
end
end