diff mbox series

[OpenWrt-Devel,uhttpd] help: document -A option

Message ID 20181101125009.23850-1-karlp@etactica.com
State Accepted
Headers show
Series [OpenWrt-Devel,uhttpd] help: document -A option | expand

Commit Message

Karl Palsson Nov. 1, 2018, 12:50 p.m. UTC
It's one of the parameters used by default in LuCI, so it should be
included in the help output.

Signed-off-by: Karl Palsson <karlp@etactica.com>
---
 main.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/main.c b/main.c
index 219e37e..822c748 100644
--- a/main.c
+++ b/main.c
@@ -165,6 +165,7 @@  static int usage(const char *name)
 		"	-t seconds      CGI, Lua and UBUS script timeout in seconds, default is 60\n"
 		"	-T seconds      Network timeout in seconds, default is 30\n"
 		"	-k seconds      HTTP keepalive timeout\n"
+		"	-A seconds      TCP keepalive timeout, default is unset\n"
 		"	-d string       URL decode given string\n"
 		"	-r string       Specify basic auth realm\n"
 		"	-m string       MD5 crypt given string\n"