From ca41fafd9a391edc202ad7c08e592dfa35f96ee9 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 29 Sep 2016 17:26:41 +0900 Subject: remove `mongrel` once again `mongrel` was removed in #26408. But have back accidentally in #26414. --- railties/lib/rails/commands/server/server_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/commands/server/server_command.rb b/railties/lib/rails/commands/server/server_command.rb index 4349dfdc71..14cf72f483 100644 --- a/railties/lib/rails/commands/server/server_command.rb +++ b/railties/lib/rails/commands/server/server_command.rb @@ -21,7 +21,7 @@ module Rails def option_parser(options) # :nodoc: OptionParser.new do |opts| - opts.banner = "Usage: rails server [mongrel, thin etc] [options]" + opts.banner = "Usage: rails server [puma, thin etc] [options]" opts.separator "" opts.separator "Options:" -- cgit v1.2.3