diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-08-20 23:27:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-08-20 23:27:36 (GMT) |
commit | 1e4bc888ff02d21b8fe4a45c70298624f35e758a (patch) | |
tree | 6b37e933fd0f88f1eafc48e1c66572aaf5370a3c | |
parent | 4ea4054f07ba5fa9be2b9a61ad0ca8f1c11afbd0 (diff) |
Completed the help for all Chrysalide hub options.
-rw-r--r-- | src/hub.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |