diff --git a/src/commands/copy.rs b/src/commands/copy.rs index e7d0e32..ab9a45f 100644 --- a/src/commands/copy.rs +++ b/src/commands/copy.rs @@ -32,7 +32,7 @@ pub fn copy_command( } if let Some(preset) = ©_args.transcode_preset { - if preset == "help" { + if preset == "list" { print_presets(); exit(0); }