From afa31cf327893d79826e0a7d5a8667a44213c161 Mon Sep 17 00:00:00 2001 From: Sergey Parizhskiy Date: Mon, 28 Nov 2011 17:40:14 +0200 Subject: there is no need to repeat about possibility of using -h option to get full help --- railties/guides/source/command_line.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') 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 -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+ -- cgit v1.2.3