summaryrefslogtreecommitdiffstats
path: root/src/ss5/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ss5/main.c')
-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");