From 5c46a90c1c9f77f8d62d88baf1f968ada0b9b480 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 11 Jun 2024 04:22:36 -0500 Subject: [PATCH] Rephrase help text. --- toys/net/netcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toys/net/netcat.c b/toys/net/netcat.c index 65eeea74..557380a4 100644 --- a/toys/net/netcat.c +++ b/toys/net/netcat.c @@ -22,8 +22,8 @@ config NETCAT -L Listen and background each incoming connection (server mode) -l Listen for one incoming connection, then exit -n No DNS lookup - -o Hex dump to FILE (-o- writes hex only to stdout) - -O Hex dump to FILE (collated) + -o Hex dump to FILE (show packets, -o- writes hex only to stdout) + -O Hex dump to FILE (streaming mode) -p Local port number -q Quit SECONDS after EOF on stdin, even if stdout hasn't closed yet -s Local source address -- 2.39.2