aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-26 23:59:12 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-26 23:59:12 +0000
commit6cecc367cb5fd414095f80cdf97b0ade54afe88b (patch)
treea73ac5d076263be38e8e419ea07b565a1acf0296 /include/usage.h
parent9a7e4ff10131c9606e37eff37c097d95cc67f207 (diff)
downloadbusybox-w32-6cecc367cb5fd414095f80cdf97b0ade54afe88b.tar.gz
busybox-w32-6cecc367cb5fd414095f80cdf97b0ade54afe88b.tar.bz2
busybox-w32-6cecc367cb5fd414095f80cdf97b0ade54afe88b.zip
Add netcat -i option, per patch from Cristian Ionescu-Idbohrn
<cristian.ionescu-idbohrn@axis.com> git-svn-id: svn://busybox.net/trunk/busybox@4679 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
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 @@
1267 "Options:\n" \ 1267 "Options:\n" \
1268 "\t-l\t\tlisten mode, for inbound connects\n" \ 1268 "\t-l\t\tlisten mode, for inbound connects\n" \
1269 "\t-p PORT\t\tlocal port number\n" \ 1269 "\t-p PORT\t\tlocal port number\n" \
1270 "\t-i SECS\t\tdelay interval for lines sent\n" \
1270 "\t-e PROG\t\tprogram to exec after connect (dangerous!)" 1271 "\t-e PROG\t\tprogram to exec after connect (dangerous!)"
1271#define nc_example_usage \ 1272#define nc_example_usage \
1272 "$ nc foobar.somedomain.com 25\n" \ 1273 "$ nc foobar.somedomain.com 25\n" \