change help to list for transcode copy list

This commit is contained in:
Chaos 2023-01-08 10:32:34 +00:00
parent e3baafcdc9
commit da77dc89ac
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ pub fn copy_command(
}
if let Some(preset) = &copy_args.transcode_preset {
if preset == "help" {
if preset == "list" {
print_presets();
exit(0);
}