mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
commit
86bedb271d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ module Puma
|
|||
$LOAD_PATH.unshift(*arg.split(':'))
|
||||
end
|
||||
|
||||
o.on "-p", "--port PORT", "Define what port TCP port to bind to",
|
||||
o.on "-p", "--port PORT", "Define the TCP port to bind to",
|
||||
"Use -b for more advanced options" do |arg|
|
||||
@options[:binds] << "tcp://#{Configuration::DefaultTCPHost}:#{arg}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue