From 075c030c351c91677626c8091cd7045dea3ce107 Mon Sep 17 00:00:00 2001 From: rnitta Date: Tue, 10 Sep 2019 04:17:33 +0900 Subject: [PATCH] fix --models option description --- 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