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:
parent
16de581516
commit
c45f345745
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue