remove `mongrel` once again

`mongrel` was removed in #26408. But have back accidentally in #26414.
This commit is contained in:
yuuji.yaginuma 2016-09-29 17:26:41 +09:00
parent 29f883640c
commit ca41fafd9a
1 changed files with 1 additions and 1 deletions

View File

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