From fcfdd26b7259dae4088e138497b57fbe4dc8a6df Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Mon, 29 Apr 2024 17:09:25 -0700 Subject: [PATCH] Fix wrong parameter type in redbean documentation (#1162) --- tool/net/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/net/help.txt b/tool/net/help.txt index 9ff1450a4..4ea0be1f8 100644 --- a/tool/net/help.txt +++ b/tool/net/help.txt @@ -1612,7 +1612,7 @@ FUNCTIONS called from `.init.lua`. This function is not available in unsecure mode. - ProgramSslRequired(mandatory:str) + ProgramSslRequired(mandatory:bool) Enables the blocking of HTTP so that all inbound clients and must use the TLS transport layer. This has the same effect as the `-J` flag. Fetch() is still allowed to make outbound HTTP