diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 447b8e86d0..b9a0f6a8ba 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -263,8 +263,7 @@ $ rails new blog
This will create a Rails application called Blog in a directory called blog.
TIP: You can see all of the switches that the Rails application builder accepts
-by running
-rails new -h.
+by running rails help new.
After you create the blog application, switch to its folder to continue work
directly in that application: