1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00

Update doc to match new behavior

This commit is contained in:
Ryan Fitzgerald 2013-04-08 00:18:43 -07:00
parent 16de581516
commit c45f345745

View file

@ -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