about summary refs log tree commit homepage
path: root/examples/linux-tcp-listener-stats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/linux-tcp-listener-stats.rb')
-rwxr-xr-xexamples/linux-tcp-listener-stats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/linux-tcp-listener-stats.rb b/examples/linux-tcp-listener-stats.rb
index 338c408..fb4489d 100755
--- a/examples/linux-tcp-listener-stats.rb
+++ b/examples/linux-tcp-listener-stats.rb
@@ -5,7 +5,7 @@
 
 require 'raindrops'
 require 'optparse'
-usage = "Usage: #$0 [--loop] ADDR..."
+usage = "Usage: #$0 [-d delay] ADDR..."
 ARGV.size > 0 or abort usage
 delay = false