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 let Some(preset) = ©_args.transcode_preset {
|
||||||
if preset == "help" {
|
if preset == "list" {
|
||||||
print_presets();
|
print_presets();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue