restore previous command-line switch behavior

This commit is contained in:
Ryan Fitzgerald 2011-09-08 22:52:47 -07:00
parent d200c8005c
commit 3d91fc4f20
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ rescue LoadError
require 'pry'
end
opts = Slop.parse(:help => true) do
opts = Slop.parse(:help => true, :multiple_switches => false) do
banner %{Usage: pry [OPTIONS]
Start a Pry session.
See: `https://github.com/banister` for more information.