1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use rails help new instead of rails new -h

This commit is contained in:
Jason Noble 2011-11-13 01:19:21 -07:00
parent ee100128c3
commit 6ac65c9202

View file

@ -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
<tt>rails new -h</tt>.
by running <tt>rails help new</tt>.
After you create the blog application, switch to its folder to continue work
directly in that application: