libafl-fuzz: Fix invalid short param for input_ext (#2456)

This commit is contained in:
Aarnav 2024-07-29 16:33:46 +02:00 committed by GitHub
parent 75af67f1e0
commit e55cbee107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')]