Commit 6de3ed80 by rnitta Committed by Andrew W. Lee

Fix --models option description to match README (#649)

parent 707e31f5
......@@ -123,7 +123,7 @@ module Annotate
env['routes'] = 'true'
end
option_parser.on('--models', "Annotate routes.rb with the output of 'rake routes'") do
option_parser.on('--models', "Annotate ActiveRecord models") do
env['models'] = 'true'
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment