From a549a66b64eb0140bf87b53f589600f921b62f8c Mon Sep 17 00:00:00 2001 From: Dennis Grunert Date: Wed, 10 Jan 2024 17:58:17 +0100 Subject: [PATCH] Small parameter fix --- src/isdn/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/isdn/main.c b/src/isdn/main.c index 3c5273f..d211224 100644 --- a/src/isdn/main.c +++ b/src/isdn/main.c @@ -126,9 +126,9 @@ static void print_help() printf(" Give a delay in milliseconds. This is required for modem/fax. Audio\n"); printf(" toward ISDN interface is buffered with the given delay.\n"); printf(" This feature alters dejittering strategy.\n"); - printf("--aocd\n"); + printf(" --aocd\n"); printf(" Send AOC-D charging information\n"); - printf("--aocs\n"); + printf(" --aocs\n"); printf(" Send AOC-S charging information\n"); printf(" -T --local-tones german | oldgerman | american\n"); printf(" Send locally generated tones, if not provided by remote interface.\n");