Skip to content

Commit

Permalink
Reverse default sense of --ebpf-debug arg
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarler committed Apr 6, 2024
1 parent 6ec3e0c commit 10e0a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct Cli {
#[arg(long, default_value = "flame.svg")]
flamegraph_file: PathBuf,
/// Enable eBPF debug output
#[arg(long, action=ArgAction::SetFalse)]
#[arg(long, action=ArgAction::SetTrue)]
ebpf_debug: bool,
}

Expand Down

0 comments on commit 10e0a9f

Please sign in to comment.