libafl-fuzz: Fix invalid short param for input_ext (#2456)
This commit is contained in:
parent
75af67f1e0
commit
e55cbee107
@ -120,7 +120,7 @@ struct Opt {
|
||||
#[arg(short = 'o')]
|
||||
output_dir: PathBuf,
|
||||
/// file extension for the fuzz test input file (if needed)
|
||||
#[arg(short = 's')]
|
||||
#[arg(short = 'e')]
|
||||
input_ext: Option<String>,
|
||||
/// use a fixed seed for the RNG
|
||||
#[arg(short = 's')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user