diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-12 20:59:31 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-12 20:59:31 +0000 |
commit | 5d68724d5b89fbf2856fdfbf36b85ac36a8f4464 (patch) | |
tree | 755b7393aab965f03de260a833f77cc4d51e6187 /include/usage.h | |
parent | 2c91652bbcc82c794c26230806058b04f1711033 (diff) | |
download | busybox-w32-5d68724d5b89fbf2856fdfbf36b85ac36a8f4464.tar.gz busybox-w32-5d68724d5b89fbf2856fdfbf36b85ac36a8f4464.tar.bz2 busybox-w32-5d68724d5b89fbf2856fdfbf36b85ac36a8f4464.zip |
next part of ipv6-ization. mostly netcat.
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 4e5206558..0275df3f0 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2249,7 +2249,7 @@ | |||
2249 | "\n -e Exec rest of command line after connect" \ | 2249 | "\n -e Exec rest of command line after connect" \ |
2250 | "\n -i SECS Delay interval for lines sent" \ | 2250 | "\n -i SECS Delay interval for lines sent" \ |
2251 | "\n -w SECS Timeout for connect" \ | 2251 | "\n -w SECS Timeout for connect" \ |
2252 | "\n -f file Use file (ala /dev/ttyS0) instead of network" \ | 2252 | "\n -f FILE Use file (ala /dev/ttyS0) instead of network" \ |
2253 | ) \ | 2253 | ) \ |
2254 | USE_NC_SERVER( \ | 2254 | USE_NC_SERVER( \ |
2255 | "\n -l Listen mode, for inbound connects" \ | 2255 | "\n -l Listen mode, for inbound connects" \ |