From 9ddf805b2b8a97a532000a8226913c4ad248c005 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Thu, 7 Dec 2023 23:32:28 +0530 Subject: [PATCH] fix: single dash --- src/lib_ccx/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_ccx/params.c b/src/lib_ccx/params.c index 52e006b12..458b2562f 100644 --- a/src/lib_ccx/params.c +++ b/src/lib_ccx/params.c @@ -657,7 +657,7 @@ void print_usage(void) mprint(" the source TS file. Mode: 1 = full output\n"); mprint(" 2 = live output. 3 = both\n"); mprint(" --xmltvliveinterval x: interval of x seconds between writing live mode xmltv output.\n"); - mprint("-xmltvoutputinterval x: interval of x seconds between writing full file xmltv output.\n"); + mprint("--xmltvoutputinterval x: interval of x seconds between writing full file xmltv output.\n"); mprint(" --xmltvonlycurrent: Only print current events for xmltv output.\n"); mprint(" --sem: Create a .sem file for each output file that is open\n"); mprint(" and delete it on file close.\n");