From 94b6da7fae3cf21171f633abe4f33930065725b2 Mon Sep 17 00:00:00 2001 From: snobu Date: Sat, 2 May 2020 17:03:47 +0300 Subject: [PATCH] Fix output format in CLI --- src/CommandLineParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLineParser.ts b/src/CommandLineParser.ts index e9cee0b..c8ccbe1 100644 --- a/src/CommandLineParser.ts +++ b/src/CommandLineParser.ts @@ -75,7 +75,7 @@ export const argv = yargs.options({ demandOption: false }, format: { - describe: 'The file format of the output file(s)', + describe: 'Output container format (mkv, mp4, mov, anything that FFmpeg supports)', type: 'string', default: 'mkv', demandOption: false