aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-06 04:45:38 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-06 04:45:38 +0000
commit47353430391435241f22ccbb15a9dbe4d48ea186 (patch)
treedbb31dab0efc295d0c4839f8f7e7d51aa6684908 /include
parente6d6f9ae25e0fae2cdefbd3e1e7903b69cdced08 (diff)
downloadbusybox-w32-47353430391435241f22ccbb15a9dbe4d48ea186.tar.gz
busybox-w32-47353430391435241f22ccbb15a9dbe4d48ea186.tar.bz2
busybox-w32-47353430391435241f22ccbb15a9dbe4d48ea186.zip
In bug 247, haveaniceday writes:
The option "-w secs" adds a timeout for writing. git-svn-id: svn://busybox.net/trunk/busybox@10253 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index b57644bc1..d731957f1 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1832,6 +1832,7 @@
1832 "\t-l\t\tlisten mode, for inbound connects\n" \ 1832 "\t-l\t\tlisten mode, for inbound connects\n" \
1833 "\t-p PORT\t\tlocal port number\n" \ 1833 "\t-p PORT\t\tlocal port number\n" \
1834 "\t-i SECS\t\tdelay interval for lines sent\n" \ 1834 "\t-i SECS\t\tdelay interval for lines sent\n" \
1835 "\t-w SECS\t\ttimeout for connects and final net reads\n" \
1835 "\t-e PROG\t\tprogram to exec after connect (dangerous!)" 1836 "\t-e PROG\t\tprogram to exec after connect (dangerous!)"
1836#define nc_example_usage \ 1837#define nc_example_usage \
1837 "$ nc foobar.somedomain.com 25\n" \ 1838 "$ nc foobar.somedomain.com 25\n" \