diff --git a/fuzzers/others/libafl-fuzz/src/main.rs b/fuzzers/others/libafl-fuzz/src/main.rs index a67f3ee2b9..1991f14adc 100644 --- a/fuzzers/others/libafl-fuzz/src/main.rs +++ b/fuzzers/others/libafl-fuzz/src/main.rs @@ -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, /// use a fixed seed for the RNG #[arg(short = 's')]