Fix typo on qemu_launcher options help message (#1816)
This commit is contained in:
parent
e117b7199c
commit
59945fbcc9
@ -48,10 +48,10 @@ pub struct FuzzerOptions {
|
||||
#[arg(long, help = "Cpu cores to use", default_value = "all", value_parser = Cores::from_cmdline)]
|
||||
pub cores: Cores,
|
||||
|
||||
#[arg(long, help = "Cpu cores to use to use for ASAN", value_parser = Cores::from_cmdline)]
|
||||
#[arg(long, help = "Cpu cores to use for ASAN", value_parser = Cores::from_cmdline)]
|
||||
pub asan_cores: Option<Cores>,
|
||||
|
||||
#[arg(long, help = "Cpu cores to use to use for CmpLog", value_parser = Cores::from_cmdline)]
|
||||
#[arg(long, help = "Cpu cores to use for CmpLog", value_parser = Cores::from_cmdline)]
|
||||
pub cmplog_cores: Option<Cores>,
|
||||
|
||||
#[clap(short, long, help = "Enable output from the fuzzer clients")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user