From da77dc89acdf8cc0e4896288cf59bbacc7ae8020 Mon Sep 17 00:00:00 2001 From: Chaos Date: Sun, 8 Jan 2023 10:32:34 +0000 Subject: [PATCH] change help to list for transcode copy list --- src/commands/copy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }