mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
indentation fixes
This commit is contained in:
parent
86ae14df47
commit
bc9eaf422d
1 changed files with 4 additions and 4 deletions
|
@ -348,10 +348,10 @@ The class *is* defined in +Rack::Server+, but is overwritten in +Rails::Server+
|
|||
def parse!(args)
|
||||
args, options = args.dup, {}
|
||||
|
||||
opt_parser = OptionParser.new do |opts|
|
||||
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 }
|
||||
opt_parser = OptionParser.new do |opts|
|
||||
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 }
|
||||
...
|
||||
</ruby>
|
||||
|
||||
|
|
Loading…
Reference in a new issue