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

Fix typo in CLI help

This commit is contained in:
Larry Marburger 2013-07-16 16:35:19 -04:00
parent 816c67d2e9
commit fc86d247bd

View file

@ -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