changed command line parameter from cmplog_cores to cmplog-cores

This commit is contained in:
Omree 2021-06-09 16:55:42 +03:00
parent ed26319a21
commit 1181728a4f

View File

@ -121,7 +121,7 @@ impl FridaOptions {
panic!("cmplog feature is disabled!") panic!("cmplog feature is disabled!")
} }
} }
"cmplog_cores" => { "cmplog-cores" => {
cmplog_cores = parse_core_bind_arg(value); cmplog_cores = parse_core_bind_arg(value);
} }
_ => { _ => {