Skip to content

Commit

Permalink
Note that 'rails server' allows specifying mongrel, thin, etc [#4845
Browse files Browse the repository at this point in the history
…state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
trevorturk authored and josevalim committed Jun 22, 2010
1 parent d0df7f1 commit 64987d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/commands/server.rb
Expand Up @@ -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,
Expand Down

0 comments on commit 64987d6

Please sign in to comment.