about summary refs log tree commit homepage
path: root/examples/linux-listener-stats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/linux-listener-stats.rb')
-rwxr-xr-xexamples/linux-listener-stats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/linux-listener-stats.rb b/examples/linux-listener-stats.rb
index 0b0a6dd..1008995 100755
--- a/examples/linux-listener-stats.rb
+++ b/examples/linux-listener-stats.rb
@@ -21,7 +21,7 @@ queued_thresh = -1
 trap(:INT) { exit 130 }
 trap(:PIPE) { exit 0 }
 
-opts = OptionParser.new('', 24, '  ') do |opts|
+OptionParser.new('', 24, '  ') do |opts|
   opts.banner = usage
   opts.on('-d', '--delay=DELAY', Float) { |n| delay = n }
   opts.on('-t', '--queued-threshold=INT', Integer) { |n| queued_thresh = n }