change help to list for transcode copy list
This commit is contained in:
parent
e3baafcdc9
commit
da77dc89ac
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue