diff --git a/lib/pry-rails/commands/show_models.rb b/lib/pry-rails/commands/show_models.rb index 647f36c..6f0d345 100644 --- a/lib/pry-rails/commands/show_models.rb +++ b/lib/pry-rails/commands/show_models.rb @@ -12,7 +12,7 @@ class PryRails::ShowModels < Pry::ClassCommand show-models displays the current Rails app's models. USAGE - opt.on :G, "grep", "Color output red by regular expression", :argument => true + opt.on :G, "grep", "Filter output by regular expression", :argument => true end def process