Skip to content

Commit dfabd90

Browse files
committed
Fix arguments to get plugin help. Otherwise a plugin named "new" is created.
1 parent 7896ac3 commit dfabd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/guides/source/plugins.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use the +rails generate plugin+ command in your Rails root directory
3737
directory. See usage and options by asking for help:
3838

3939
<shell>
40-
$ rails generate plugin new --help
40+
$ rails generate plugin --help
4141
</shell>
4242

4343
h4. Or generate a gemified plugin.

0 commit comments

Comments
 (0)