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

ShowInfo: remove --flood switch

We don't support this switch anymore.
This commit is contained in:
Kyrylo Silin 2013-02-01 16:45:50 +02:00
parent 1c2d77e7fc
commit 7aba5c2615

View file

@ -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 :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 :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 :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" opt.on :a, :all, "Show all definitions and monkeypatches of the module/class"
end end