diff --git a/lib/pry/commands/show_info.rb b/lib/pry/commands/show_info.rb index 5d0e3a06..487f5bcd 100644 --- a/lib/pry/commands/show_info.rb +++ b/lib/pry/commands/show_info.rb @@ -13,7 +13,6 @@ class Pry opt.on :s, :super, "Select the 'super' method. Can be repeated to traverse the ancestors", :as => :count opt.on :l, "line-numbers", "Show line numbers" opt.on :b, "base-one", "Show line numbers but start numbering at 1 (useful for `amend-line` and `play` commands)" - opt.on :f, :flood, "Do not use a pager to view text longer than one screen" opt.on :a, :all, "Show all definitions and monkeypatches of the module/class" end