From 348e204f4f02b6e76a1a9a96d3701466b57f407d Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 28 Mar 2021 12:56:07 +0200 Subject: Fixed command line help --- src/ss5/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ss5/main.c b/src/ss5/main.c index 76714db..d93cc76 100644 --- a/src/ss5/main.c +++ b/src/ss5/main.c @@ -48,7 +48,7 @@ static const char *cc_argv_sunset[MAX_CC_ARGS], *cc_argv_sunrise[MAX_CC_ARGS]; static void print_usage(const char *app) { - printf("Usage: %s [--port ] [--nt] []\n", app); + printf("Usage: %s []\n", app); printf("This will create pairs of SS5 channels that are bridged together, so that\n"); printf("calls from one link to the other can be made using SS5. The a bluebox can be\n"); printf("used to play with it.\n"); -- cgit v1.2.3