diff options
author | Denis Vlasenko | 2007-01-12 20:59:31 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-01-12 20:59:31 +0000 |
commit | 5d68724d5b89fbf2856fdfbf36b85ac36a8f4464 (patch) | |
tree | 755b7393aab965f03de260a833f77cc4d51e6187 /include/usage.h | |
parent | 2c91652bbcc82c794c26230806058b04f1711033 (diff) | |
download | busybox-5d68724d5b89fbf2856fdfbf36b85ac36a8f4464.zip busybox-5d68724d5b89fbf2856fdfbf36b85ac36a8f4464.tar.gz |
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 4e52065..0275df3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2249,7 +2249,7 @@ "\n -e Exec rest of command line after connect" \ "\n -i SECS Delay interval for lines sent" \ "\n -w SECS Timeout for connect" \ - "\n -f file Use file (ala /dev/ttyS0) instead of network" \ + "\n -f FILE Use file (ala /dev/ttyS0) instead of network" \ ) \ USE_NC_SERVER( \ "\n -l Listen mode, for inbound connects" \ |