aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-09-29 13:07:02 +0200
committerGitHub <noreply@github.com>2016-09-29 13:07:02 +0200
commit01221e1d08c17dee4e693ae2fa88d801c1ee69d7 (patch)
tree3b2d8ae448429b1e62e4a87c1b9dcae9bba28e21 /railties/lib
parentb18f8b9d7705157f6db23a1697c26c43d1cb60ae (diff)
parentca41fafd9a391edc202ad7c08e592dfa35f96ee9 (diff)
downloadrails-01221e1d08c17dee4e693ae2fa88d801c1ee69d7.tar.gz
rails-01221e1d08c17dee4e693ae2fa88d801c1ee69d7.tar.bz2
rails-01221e1d08c17dee4e693ae2fa88d801c1ee69d7.zip
Merge pull request #26659 from y-yagi/remove_mongrel_once_again
remove `mongrel` once again
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/rails/commands/server/server_command.rb2
1 files changed, 1 insertions, 1 deletions
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:"