From 5486075caee329fcc5ab7766a8a571fd3a45d363 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 4 Feb 2014 06:20:14 -0600 Subject: Tweak help text. --- toys/other/netcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other') 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 -- cgit v1.2.3