mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
--i/index is obsolete #743
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@806 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
85bb292a8f
commit
b8a0903344
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ ARGV.options do |opts|
|
|||
opts.on("-b", "--binding=ip", String,
|
||||
"Binds Rails to the specified ip.",
|
||||
"Default: 0.0.0.0") { |OPTIONS[:ip]| }
|
||||
opts.on("-i", "--index=controller", String,
|
||||
"Specifies an index controller that requests for root will go to (instead of congratulations screen)."
|
||||
) { |OPTIONS[:index_controller]| }
|
||||
opts.on("-e", "--environment=name", String,
|
||||
"Specifies the environment to run this server under (test/development/production).",
|
||||
"Default: development") { |OPTIONS[:environment]| }
|
||||
|
|
Loading…
Reference in a new issue