summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-07-11 21:49:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-07-11 21:49:46 (GMT)
commit466fef8473ab58a126ac15f5c4f8b9727d247913 (patch)
treee4b636d1f3ba390a83c3fc9c6dc821011131c14a /src
parent2176d264cc230fe600d9fed0ca19c09027cb0cda (diff)
Extend the usage hints for chrysalide-hub.
Diffstat (limited to 'src')
-rw-r--r--src/hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub.c b/src/hub.c
index 5072e23..574bb1c 100644
--- a/src/hub.c
+++ b/src/hub.c
@@ -178,7 +178,7 @@ static void show_hub_help(const char *name)
printf("\n");
- printf("Usage: %s run [--help] [--version] [--verbosity] [--name <string>] [--port <integer>] [--backlog <integer>]\n",
+ printf("Usage: %s run [--help] [--version] [--verbosity] [--name <string>] [--port <integer>] [--backlog <integer>] [--keep]\n",
base);
printf("\n");