diff options
Diffstat (limited to 'src')
-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"); |