Skip to content

Commit

Permalink
CLI: Gave trace mode a default.
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jul 3, 2024
1 parent 3b95ab8 commit edd13d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conv/tband-cli/src/cli/cmd_convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub struct Cmd {
pub format: InputFormat,

/// TraceMode
#[arg(short, long)]
#[arg(short, long, default_value = "free-rtos")]
pub mode: TraceMode,

/// Number of cores of target
Expand Down

0 comments on commit edd13d2

Please sign in to comment.