From fc86d247bdf68f02c5f06cc3d77fc1698f1978ab Mon Sep 17 00:00:00 2001 From: Larry Marburger Date: Tue, 16 Jul 2013 16:35:19 -0400 Subject: [PATCH] Fix typo in CLI help --- lib/puma/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puma/cli.rb b/lib/puma/cli.rb index 4f7ca6f8..05417a95 100644 --- a/lib/puma/cli.rb +++ b/lib/puma/cli.rb @@ -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