diff options
author | Elliott Hughes <enh@google.com> | 2019-03-02 11:21:25 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-02 14:12:24 -0600 |
commit | d588ba74439604cf29100aec7cd1da640a5d6fe5 (patch) | |
tree | 458245b19a5af436925a238da9d779a038dcf968 /toys/net | |
parent | b8001d13a68b1b05bff7008fd657af0563890d3f (diff) | |
download | toybox-d588ba74439604cf29100aec7cd1da640a5d6fe5.tar.gz |
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.
Diffstat (limited to 'toys/net')
-rw-r--r-- | toys/net/netcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |