Skip to content

Commit

Permalink
there is no need to repeat about possibility of using -h option to ge…
Browse files Browse the repository at this point in the history
…t full help
  • Loading branch information
HeeL committed Nov 28, 2011
1 parent e2e2d62 commit afa31cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/command_line.textile
Expand Up @@ -81,7 +81,7 @@ The server can be run on a different port using the +-p+ option. The default dev
$ rails server -e production -p 4000
</shell>

The +-b+ option binds Rails to the specified ip, by default it is 0.0.0.0. You can run a server as a daemon by passing a +-d+ option. Use +-h+ or +--help+ option to get a list of all possible options that can be passed to the +rails server+ command.
The +-b+ option binds Rails to the specified ip, by default it is 0.0.0.0. You can run a server as a daemon by passing a +-d+ option.

h4. +rails generate+

Expand Down

0 comments on commit afa31cf

Please sign in to comment.