diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-09-29 13:07:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 13:07:02 +0200 |
commit | 01221e1d08c17dee4e693ae2fa88d801c1ee69d7 (patch) | |
tree | 3b2d8ae448429b1e62e4a87c1b9dcae9bba28e21 /railties/lib | |
parent | b18f8b9d7705157f6db23a1697c26c43d1cb60ae (diff) | |
parent | ca41fafd9a391edc202ad7c08e592dfa35f96ee9 (diff) | |
download | rails-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.rb | 2 |
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:" |