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 vfonic committed May 8, 2020
1 parent 94943a7 commit 5a2bd94
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 5a2bd94

Please sign in to comment.