fix plugin generator script name of USAGE on Rails3

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10286 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2012-09-03 17:14:28 +00:00
parent ca7498c2d6
commit 3f63b5ea93
3 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ Description:
Generates a plugin controller.
Example:
./script/generate redmine_plugin_controller meetings pools index show vote
./script/rails generate redmine_plugin_controller meetings pools index show vote