diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-07-06 06:12:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-07-06 06:12:51 (GMT) |
commit | 2176d264cc230fe600d9fed0ca19c09027cb0cda (patch) | |
tree | 1be9f09f4b74f564ce8cbd447b3a16e761db912a | |
parent | 219f85716b79dc81dc5c8b28285c9a91d1eb76c4 (diff) |
Fix the help message.
-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 add-client [--help] [--version] [--verbosity] [--name <string>] [--port <integer>] [--backlog <integer>]\n", + printf("Usage: %s run [--help] [--version] [--verbosity] [--name <string>] [--port <integer>] [--backlog <integer>]\n", base); printf("\n"); |