From 9305df7901c0109675a9f52a2a81c3820019f9f4 Mon Sep 17 00:00:00 2001 From: Marvin Sielenkemper Date: Thu, 22 Sep 2016 07:26:44 +0200 Subject: Updates the help text to cover the new ipv6 option --- src/c/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/http.c b/src/c/http.c index 2c409c04..d186e209 100644 --- a/src/c/http.c +++ b/src/c/http.c @@ -314,7 +314,7 @@ static void *worker(void *data) { } static void help(char *cmd) { - printf("Usage: %s [-p ] [-a ] [-t ] [-k] [-q] [-T SEC]\nThe '-k' option turns on HTTP keepalive.\nThe '-q' option turns off some chatter on stdout.\nThe '-T' option sets socket recv timeout (0 disables timeout, default is 5 sec).\n", cmd); + printf("Usage: %s [-p ] [-a ] [-A ] [-t ] [-k] [-q] [-T SEC]\nThe '-k' option turns on HTTP keepalive.\nThe '-q' option turns off some chatter on stdout.\nThe '-T' option sets socket recv timeout (0 disables timeout, default is 5 sec).\n", cmd); } static void sigint(int signum) { -- cgit v1.2.3