Skip to content

Commit

Permalink
fix: single dash
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Dec 7, 2023
1 parent e9e1eb1 commit 9ddf805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_ccx/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9ddf805

Please sign in to comment.