diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index 57c71eee09..6110846b19 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -78,7 +78,7 @@ You can also use the alias "s" to start the server: rails s.
The server can be run on a different port using the +-p+ option. The default development environment can be changed using +-e+.
-$ rails server -e production
+$ rails server -e production -p 4000
h4. +rails generate+