Skip to content

Commit 6de3ed8

Browse files
rnittadrwl
authored andcommitted
Fix --models option description to match README (#649)
1 parent 707e31f commit 6de3ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/annotate/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def add_options_to_parser(option_parser) # rubocop:disable Metrics/MethodLength
123123
env['routes'] = 'true'
124124
end
125125

126-
option_parser.on('--models', "Annotate routes.rb with the output of 'rake routes'") do
126+
option_parser.on('--models', "Annotate ActiveRecord models") do
127127
env['models'] = 'true'
128128
end
129129

0 commit comments

Comments
 (0)