diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-07-11 21:49:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-07-11 21:49:46 (GMT) |
commit | 466fef8473ab58a126ac15f5c4f8b9727d247913 (patch) | |
tree | e4b636d1f3ba390a83c3fc9c6dc821011131c14a | |
parent | 2176d264cc230fe600d9fed0ca19c09027cb0cda (diff) |
Extend the usage hints for chrysalide-hub.
-rw-r--r-- | src/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |