summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-20 23:27:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-20 23:27:36 (GMT)
commit1e4bc888ff02d21b8fe4a45c70298624f35e758a (patch)
tree6b37e933fd0f88f1eafc48e1c66572aaf5370a3c
parent4ea4054f07ba5fa9be2b9a61ad0ca8f1c11afbd0 (diff)
Completed the help for all Chrysalide hub options.
-rw-r--r--src/hub.c1
1 files changed, 1 insertions, 0 deletions
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");