From 92d4bc5b3e3ce0452c0342d401d2ce3bc2ad48c0 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 19 Jan 2025 00:41:56 +0300 Subject: [PATCH] Update grab.ts --- scripts/commands/epg/grab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/epg/grab.ts b/scripts/commands/epg/grab.ts index a2594677..659f3792 100644 --- a/scripts/commands/epg/grab.ts +++ b/scripts/commands/epg/grab.ts @@ -14,7 +14,7 @@ program ) ) .addOption(new Option('-o, --output ', 'Path to output file').default('guide.xml')) - .addOption(new Option('-l, --lang ', 'Filter channels by language (ISO 639-2 code)')) + .addOption(new Option('-l, --lang ', 'Filter channels by language (ISO 639-1 code)')) .addOption( new Option('-t, --timeout ', 'Override the default timeout for each request').env( 'TIMEOUT'