From 1e4bc888ff02d21b8fe4a45c70298624f35e758a Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Fri, 21 Aug 2020 01:27:36 +0200 Subject: Completed the help for all Chrysalide hub options. --- src/hub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hub.c b/src/hub.c index 54b84ce..832f5c5 100644 --- a/src/hub.c +++ b/src/hub.c @@ -187,6 +187,7 @@ static void show_hub_help(const char *name) printf("\t-p --port=integer\tSpecify the listening port of this server (default: 1337)\n"); printf("\t-4 --ipv4=integer\tPrefer using an IPv4 address if possible (IPv6 by default)\n"); printf("\t-b --backlog=integer\tSet the maximum number of incoming connections (default: 10)\n"); + printf("\t-k --keep\t\tKeep the server in the foreground (default is to run as daemon)\n"); printf("\n"); -- cgit v0.11.2-87-g4458