From 1323c940fd651a818e133f5c13f28b708998420a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 26 Apr 2002 23:59:12 +0000 Subject: Add netcat -i option, per patch from Cristian Ionescu-Idbohrn --- include/usage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index d690d90f9..ad34dfcff 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1267,6 +1267,7 @@ "Options:\n" \ "\t-l\t\tlisten mode, for inbound connects\n" \ "\t-p PORT\t\tlocal port number\n" \ + "\t-i SECS\t\tdelay interval for lines sent\n" \ "\t-e PROG\t\tprogram to exec after connect (dangerous!)" #define nc_example_usage \ "$ nc foobar.somedomain.com 25\n" \ -- cgit v1.2.3