From 3d91fc4f207bbb44f449ba0a460578cdde26a2ec Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Thu, 8 Sep 2011 22:52:47 -0700 Subject: [PATCH] restore previous command-line switch behavior --- bin/pry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.