From f0cc49c7e3cacb552725d9026f8bb4e0cc11483a Mon Sep 17 00:00:00 2001
From: bol-van <none@none.none>
Date: Tue, 19 Nov 2024 15:14:39 +0300
Subject: [PATCH] tpws: minor help text change

---
 tpws/tpws.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpws/tpws.c b/tpws/tpws.c
index 3cf557c..2a643c8 100644
--- a/tpws/tpws.c
+++ b/tpws/tpws.c
@@ -192,7 +192,7 @@ static void exithelp(void)
 		"\nTAMPER:\n"
 		" --split-pos=N|-N|marker+N|marker-N\t; comma separated list of split positions\n"
 		"\t\t\t\t\t; markers: method,host,endhost,sld,endsld,midsld,sniext\n"
-		" --split-any-protocol\t\t\t; split not only http and https\n"
+		" --split-any-protocol\t\t\t; split not only http and TLS\n"
 #if defined(BSD) && !defined(__APPLE__)
 		" --disorder[=http|tls]\t\t\t; when splitting simulate sending second fragment first (BSD sends entire message instead of first fragment, this is not good)\n"
 #else