summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-07-06 06:12:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-07-06 06:12:51 (GMT)
commit2176d264cc230fe600d9fed0ca19c09027cb0cda (patch)
tree1be9f09f4b74f564ce8cbd447b3a16e761db912a /src
parent219f85716b79dc81dc5c8b28285c9a91d1eb76c4 (diff)
Fix the help message.
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 832f5c5..5072e23 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 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");