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:
parent
d56ad84642
commit
f6ef2c4a70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue