summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Pálsson <karlp@etactica.com>2018-11-01 12:50:32 +0000
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2018-11-01 19:56:05 +0000
commit2ed3341605701d8c1a4b36e82376cfd02de4e44f (patch)
tree1fa88f638a77d679b6ad1be6dd8885ac52f194b4
parentfa5fd45dc36687bb3617a954caa6fe4cc770268c (diff)
downloaduhttpd2-2ed3341605701d8c1a4b36e82376cfd02de4e44f.tar.gz
help: document -A option
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>
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
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"