Skip to content

Commit

Permalink
Fix conflicts_with annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed May 4, 2024
1 parent ab5c8cf commit 9c72130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samply/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ struct RecordArgs {
pid: Option<u32>,

/// Profile entire system (all processes). Not supported on macOS.
#[arg(short, long, conflicts_with = "all")]
#[arg(short, long, conflicts_with = "pid")]
all: Option<u32>,
}

Expand Down

0 comments on commit 9c72130

Please sign in to comment.