Skip to content

Commit

Permalink
Fix --models option description to match README (ctran#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnitta authored and peterfication committed Jan 20, 2020
1 parent 96bfb99 commit 25057ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/annotate/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def add_options_to_parser(option_parser) # rubocop:disable Metrics/MethodLength
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

Expand Down

0 comments on commit 25057ba

Please sign in to comment.