From 25057bad3d43ceb50188b86e7b4b3474f67f492a Mon Sep 17 00:00:00 2001 From: rnitta Date: Tue, 17 Sep 2019 02:18:28 +0900 Subject: [PATCH] Fix --models option description to match README (#649) --- lib/annotate/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/annotate/parser.rb b/lib/annotate/parser.rb index 9ca0197aa..f06ec1562 100644 --- a/lib/annotate/parser.rb +++ b/lib/annotate/parser.rb @@ -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