diff options
author | Rob Landley <rob@landley.net> | 2014-02-04 06:20:14 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-02-04 06:20:14 -0600 |
commit | 5486075caee329fcc5ab7766a8a571fd3a45d363 (patch) | |
tree | c5dfa77165c3b212007435b6ac6fb05577a8fc1a /toys/other | |
parent | a89f8aa4f9181fa2de082ec3656743c64c85f6fc (diff) | |
download | toybox-5486075caee329fcc5ab7766a8a571fd3a45d363.tar.gz |
Tweak help text.
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 |