Skip to content

Commit

Permalink
libafl-fuzz: Fix invalid short param for input_ext (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 authored Jul 29, 2024
1 parent 75af67f commit e55cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/others/libafl-fuzz/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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')]
Expand Down

0 comments on commit e55cbee

Please sign in to comment.