aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/annotations.rake
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-02-03 10:32:27 +0100
committerJosé Valim <jose.valim@gmail.com>2010-02-03 10:32:27 +0100
commitb13504303b26a07f95f26ab6efe41f3bc0740a69 (patch)
treee3b92e910ce71e87487eb31bb091700ddff3ae09 /railties/lib/rails/tasks/annotations.rake
parent80e49354f17853130dd2ae5815d71d192c8ec9d7 (diff)
parentf390eade5fd70615ba2ee8e089821bcf2d5f7b17 (diff)
downloadrails-b13504303b26a07f95f26ab6efe41f3bc0740a69.tar.gz
rails-b13504303b26a07f95f26ab6efe41f3bc0740a69.tar.bz2
rails-b13504303b26a07f95f26ab6efe41f3bc0740a69.zip
Merge remote branch 'mikel/master'
Diffstat (limited to 'railties/lib/rails/tasks/annotations.rake')
-rw-r--r--railties/lib/rails/tasks/annotations.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/tasks/annotations.rake b/railties/lib/rails/tasks/annotations.rake
index 79973b3145..10a9311b2d 100644
--- a/railties/lib/rails/tasks/annotations.rake
+++ b/railties/lib/rails/tasks/annotations.rake
@@ -13,7 +13,7 @@ namespace :notes do
end
end
- desc "Enumerate a custom annotation, specify with ANNOTATION=WTFHAX"
+ desc "Enumerate a custom annotation, specify with ANNOTATION=CUSTOM"
task :custom do
SourceAnnotationExtractor.enumerate ENV['ANNOTATION']
end