diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-06 04:45:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-06 04:45:38 +0000 |
commit | 60a5c38a4b7e223dda52baf943b8edac7eeccb59 (patch) | |
tree | dbb31dab0efc295d0c4839f8f7e7d51aa6684908 /include | |
parent | 4f65360a5f36e1841b13dc50108c290010347e7f (diff) | |
download | busybox-60a5c38a4b7e223dda52baf943b8edac7eeccb59.tar.gz |
In bug 247, haveaniceday writes:
The option "-w secs" adds a timeout for writing.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
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 @@ "\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-w SECS\t\ttimeout for connects and final net reads\n" \ "\t-e PROG\t\tprogram to exec after connect (dangerous!)" #define nc_example_usage \ "$ nc foobar.somedomain.com 25\n" \ |