Skip to content

Commit

Permalink
Fixed incorrect command for displaying options for new application Ge…
Browse files Browse the repository at this point in the history
…nerator in Getting Started guide
  • Loading branch information
karmi committed Dec 28, 2010
1 parent bb99c94 commit 8e8c13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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 <tt>rails -h</tt>.
TIP: You can see all of the switches that the Rails application builder accepts by running <tt>rails new -h</tt>.

After you create the blog application, switch to its folder to continue work directly in that application:

Expand Down

0 comments on commit 8e8c13a

Please sign in to comment.