summaryrefslogtreecommitdiff
path: root/lib/slop.rb
diff options
context:
space:
mode:
authorAutumn Perrault <autumn@destellae.net>2013-03-10 12:24:39 -0600
committerAutumn Perrault <autumn@destellae.net>2013-03-10 12:24:39 -0600
commit258a21dbac024cab3506914cda12ed38e2aeeb0c (patch)
tree8bb45681695e9c4226587c12eb5263e0e65382da /lib/slop.rb
parentce2b17e742cf3d431831f052b00608ae05e3bc36 (diff)
downloadslop-258a21dbac024cab3506914cda12ed38e2aeeb0c.tar.gz
Removing configuration flag :help_no_exit.
Diffstat (limited to 'lib/slop.rb')
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index f1ea730..9d9bc2c 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -144,7 +144,7 @@ class Slop
if config[:help]
on('-h', '--help', 'Display this help message.', :tail => true) do
puts help
- exit unless config[:help_no_exit]
+ exit
end
end
end