From dee9c04d2ad70c1fa583075efab1409e96fbad70 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 23 Aug 2024 21:49:33 +0300 Subject: [PATCH] tpws: fix --debug-level text tab --- tpws/tpws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpws/tpws.c b/tpws/tpws.c index 693fa71..034598e 100644 --- a/tpws/tpws.c +++ b/tpws/tpws.c @@ -164,7 +164,7 @@ static void exithelp(void) #if defined(BSD) && !defined(__OpenBSD__) && !defined(__APPLE__) " --enable-pf\t\t\t\t; enable PF redirector support. required in FreeBSD when used with PF firewall.\n" #endif - " --debug=0|1|2|syslog|@\t\t1 and 2 means log to console and set debug level. for other targets use --debug-level.\n" + " --debug=0|1|2|syslog|@\t; 1 and 2 means log to console and set debug level. for other targets use --debug-level.\n" " --debug-level=0|1|2\t\t\t; specify debug level\n" "\nFILTER:\n" " --hostlist=\t\t\t; only act on hosts in the list (one host per line, subdomains auto apply, gzip supported, multiple hostlists allowed)\n"