From 4975adcb5cdad60159ad8d45fd24cf46d6e46cef Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Mon, 29 Apr 2024 15:53:03 -0700 Subject: [PATCH] Fix wrong parameter type in redbean documentation --- 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