Merged r10286 from trunk to 2.0-stable

fix plugin generator script name of USAGE on Rails3.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.0-stable@10288 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2012-09-03 17:19:10 +00:00
parent 2558ad0845
commit 16e4bdbc8a
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