mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-18 20:49:40 +00:00
Fix output format in CLI
This commit is contained in:
@@ -75,7 +75,7 @@ export const argv = yargs.options({
|
|||||||
demandOption: false
|
demandOption: false
|
||||||
},
|
},
|
||||||
format: {
|
format: {
|
||||||
describe: 'The file format of the output file(s)',
|
describe: 'Output container format (mkv, mp4, mov, anything that FFmpeg supports)',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'mkv',
|
default: 'mkv',
|
||||||
demandOption: false
|
demandOption: false
|
||||||
|
|||||||
Reference in New Issue
Block a user