diff options
author | Sergey Parizhskiy <parizhskiy@gmail.com> | 2011-11-28 17:40:14 +0200 |
---|---|---|
committer | Sergey Parizhskiy <parizhskiy@gmail.com> | 2011-11-28 17:40:14 +0200 |
commit | afa31cf327893d79826e0a7d5a8667a44213c161 (patch) | |
tree | 75e8c39f5ef0a232a997df70fb81383a079b4d62 /railties/guides | |
parent | e2e2d6298ebd9c67d0dc14c1e3481a59a4edf5d2 (diff) | |
download | rails-afa31cf327893d79826e0a7d5a8667a44213c161.tar.gz rails-afa31cf327893d79826e0a7d5a8667a44213c161.tar.bz2 rails-afa31cf327893d79826e0a7d5a8667a44213c161.zip |
there is no need to repeat about possibility of using -h option to get full help
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/command_line.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index a26a139baf..9284a542f3 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -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+ |