From d588ba74439604cf29100aec7cd1da640a5d6fe5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 2 Mar 2019 11:21:25 -0800 Subject: Improve help consistency. More consistent tense, capitalization, and punctuation. A few commands were missing an introductory line, so I copied those from the first comment line. --- toys/net/netcat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toys/net') diff --git a/toys/net/netcat.c b/toys/net/netcat.c index 673d5d19..833d32ae 100644 --- a/toys/net/netcat.c +++ b/toys/net/netcat.c @@ -15,6 +15,8 @@ config NETCAT help usage: netcat [-46] [-u] [-wpq #] [-s addr] {IPADDR PORTNUM|-f FILENAME} + Forward stdin/stdout to a file or network connection. + -4 Force IPv4 -6 Force IPv6 -f Use FILENAME (ala /dev/ttyS0) instead of network -- cgit v1.2.3