Skip to content

Commit 91e44aa

Browse files
committed
add help for addr2line
1 parent 1f15ca4 commit 91e44aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub enum Command {
4141
#[arg(long, help = "File to write logging output to")]
4242
file: Option<PathBuf>,
4343
},
44+
/// Resolve exception addresses using a debug binary
4445
Addr2line {
4546
#[arg(help = "Path to the debug binary")]
4647
filepath: PathBuf,

0 commit comments

Comments
 (0)