This project is archived and is in readonly mode.
rails server -h --> duplicate help message
Reported by Randy Syring | February 14th, 2010 @ 03:28 AM
Rails 3 beta: run rails server -h and you get a help message that is actually the help message twice.
rsyring@antec:~/dev/rails3beta/r3btest$ rails server -h
Usage: rails [options]
-p, --port=port Runs Rails on the specified port.
Default:
-b, --binding=ip Binds Rails to the specified ip.
Default:
-c, --config=file Use custom rackup configuration file
-d, --daemon Make server run as a Daemon.
-u, --debugger Enable ruby-debugging for the server.
-e, --environment=name Specifies the environment to run this server under (test/development/production).
Default:
-h, --help Show this help message.
Usage: rails [options]
-p, --port=port Runs Rails on the specified port.
Default:
-b, --binding=ip Binds Rails to the specified ip.
Default:
-c, --config=file Use custom rackup configuration file
-d, --daemon Make server run as a Daemon.
-u, --debugger Enable ruby-debugging for the server.
-e, --environment=name Specifies the environment to run this server under (test/development/production).
Default:
-h, --help Show this help message.
Comments and changes to this ticket
-
José Valim February 16th, 2010 @ 09:46 PM
- State changed from new to duplicate
- Assigned user set to José Valim
This was already fixed.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>