change help to list for transcode list

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

View file

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