Skip to content

Commit

Permalink
Change flag definition
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Jan 16, 2024
1 parent 3d8ea14 commit 96a0fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/cargo-ziggy/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ pub struct Fuzz {
#[clap(skip=std::time::Instant::now())]
start_time: std::time::Instant,

/// Pass
#[clap(short = 'f', value_name = "FLAGS", default_value = "")]
/// Pass flags to AFL++ directly
#[clap(short = 'a', long = "afl-flags", value_name = "FLAGS")]
afl_flags: String,
}

Expand Down

0 comments on commit 96a0fbe

Please sign in to comment.