提交 64987d67 编写于 作者: T Trevor Turk 提交者: José Valim

Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:resolved]

Signed-off-by: NJosé Valim <jose.valim@gmail.com>
上级 d0df7f11
......@@ -9,7 +9,7 @@ def parse!(args)
args, options = args.dup, {}
opt_parser = OptionParser.new do |opts|
opts.banner = "Usage: rails server [options]"
opts.banner = "Usage: rails server [mongrel, thin, etc] [options]"
opts.on("-p", "--port=port", Integer,
"Runs Rails on the specified port.", "Default: 3000") { |v| options[:Port] = v }
opts.on("-b", "--binding=ip", String,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册