summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-03-28 12:56:07 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2021-03-28 12:56:07 +0200
commit348e204f4f02b6e76a1a9a96d3701466b57f407d (patch)
tree3d9da27626146eb7fec6f61d81c57f4c3b79694b
parent329cefe9663b8672ea032797037173e1daa54afc (diff)
Fixed command line help
-rw-r--r--src/ss5/main.c2
1 files changed, 1 insertions, 1 deletions
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 <misdn port>] [--nt] [<options>]\n", app);
+ printf("Usage: %s [<options>]\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");