From ecfe2ee305885549c1b63960bfe823ed9398eb9c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 20 Jun 2025 13:14:59 -0500 Subject: [PATCH] Don't have help recommend -tL until fixed (there's already a TODO about it). --- toys/net/netcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/net/netcat.c b/toys/net/netcat.c index 557380a4..a280a1cd 100644 --- a/toys/net/netcat.c +++ b/toys/net/netcat.c @@ -40,7 +40,7 @@ config NETCAT backgrounds itself (returning immediately). For a quick-and-dirty server, try something like: - netcat -s 127.0.0.1 -p 1234 -tL sh -l + netcat -s 127.0.0.1 -p 1234 -L sh -l Or use "stty 115200 -F /dev/ttyS0 && stty raw -echo -ctlecho" with netcat -f to connect to a serial port. -- 2.39.5