diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/netcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/netcat.c b/toys/other/netcat.c index c5d1ee7d..d002b047 100644 --- a/toys/other/netcat.c +++ b/toys/other/netcat.c @@ -11,7 +11,7 @@ config NETCAT bool "netcat" default y help - usage: netcat [-wpq #] [-s addr] [-u] {IPADDR PORTNUM|-f FILENAME} + usage: netcat [-u] [-wpq #] [-s addr] {IPADDR PORTNUM|-f FILENAME} -f use FILENAME (ala /dev/ttyS0) instead of network -p local port number |