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

Merge pull request #324 from lmarburger/typo

CLI help typo
This commit is contained in:
Evan Phoenix 2013-07-18 16:53:51 -07:00
commit 86bedb271d

View file

@ -148,7 +148,7 @@ module Puma
$LOAD_PATH.unshift(*arg.split(':')) $LOAD_PATH.unshift(*arg.split(':'))
end 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| "Use -b for more advanced options" do |arg|
@options[:binds] << "tcp://#{Configuration::DefaultTCPHost}:#{arg}" @options[:binds] << "tcp://#{Configuration::DefaultTCPHost}:#{arg}"
end end