change help to list for transcode list
This commit is contained in:
parent
9952f20748
commit
e3baafcdc9
|
@ -19,7 +19,7 @@ pub fn transcode_command(
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(preset) = &transcode_args.transcode_preset {
|
if let Some(preset) = &transcode_args.transcode_preset {
|
||||||
if preset == "help" {
|
if preset == "list" {
|
||||||
print_presets();
|
print_presets();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue