# File lib/pry-rails/commands/show_model.rb, line 8
  def options(opt)
    opt.banner unindent <<-USAGE
      Usage: show-model <model name>

      show-model displays one model from the current Rails app.
    USAGE
  end