fix output file

This commit is contained in:
Zen 2021-06-05 03:29:53 +03:00
parent e8c66370b4
commit a94852e4ed

View file

@ -18,7 +18,7 @@ pub struct Args {
/// Specify output file /// Specify output file
#[clap(short, long, parse(from_os_str))] #[clap(short, long, parse(from_os_str))]
output: Option<PathBuf>, output_file: Option<PathBuf>,
/// Concatenation method to use for splits /// Concatenation method to use for splits
#[clap(short, long, possible_values = &["ffmpeg", "mkvmerge", "ivf"], default_value = "ffmpeg")] #[clap(short, long, possible_values = &["ffmpeg", "mkvmerge", "ivf"], default_value = "ffmpeg")]