summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2011-09-08 22:52:47 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2011-09-08 22:52:47 -0700
commit3d91fc4f207bbb44f449ba0a460578cdde26a2ec (patch)
treeb1d324c7575834304f1434aa80010f625f3a4044 /bin
parentd200c8005cb276fd96909381be5b99f0c2b12cf7 (diff)
downloadpry-3d91fc4f207bbb44f449ba0a460578cdde26a2ec.tar.gz
restore previous command-line switch behavior
Diffstat (limited to 'bin')
-rw-r--r--bin/pry2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pry b/bin/pry
index 3ed081b4..1b924069 100644
--- a/bin/pry
+++ b/bin/pry
@@ -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.