aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/annotations.rake
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-02-03 18:31:57 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-02-03 18:31:57 +1100
commit38d13f9597c4e92643e3b6513e85a7a8475d5b1b (patch)
treedbebb7207bf380c214b258d6244ee8266f859c74 /railties/lib/rails/tasks/annotations.rake
parent9d653908059523bc2e3e1e646c0bcd4ebe5a80d7 (diff)
downloadrails-38d13f9597c4e92643e3b6513e85a7a8475d5b1b.tar.gz
rails-38d13f9597c4e92643e3b6513e85a7a8475d5b1b.tar.bz2
rails-38d13f9597c4e92643e3b6513e85a7a8475d5b1b.zip
Deprecated freeze rake tasks and cleaned up annotations.rake
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