1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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