Fix typo in controller generators help message

This commit is contained in:
Jan Pantel 2014-10-18 17:34:38 +02:00
parent f246f62b10
commit d6c8aef15f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Devise
desc <<-DESC.strip_heredoc
Create inherited Devise controllers in your app/controllers folder.
User -c to specify which controller you want to overwrite.
Use -c to specify which controller you want to overwrite.
If you do no specify a controller, all controllers will be created.
For example: