diff --git a/src/commands/transcode.rs b/src/commands/transcode.rs index 3115610..ac165c2 100644 --- a/src/commands/transcode.rs +++ b/src/commands/transcode.rs @@ -19,7 +19,7 @@ pub fn transcode_command( } if let Some(preset) = &transcode_args.transcode_preset { - if preset == "help" { + if preset == "list" { print_presets(); exit(0); }