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