Skip to content

Commit

Permalink
🔧 fix: long clap for color-edges
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Feb 9, 2023
1 parent c6beb95 commit 271ab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heimdall/src/cfg/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct CFGArgs {

/// Color the edges of the graph based on the JUMPI condition.
/// This is useful for visualizing the flow of if statements.
#[clap(long="color_edges", short)]
#[clap(long="color-edges", short)]
pub color_edges: bool,
}

Expand Down

0 comments on commit 271ab4f

Please sign in to comment.