Skip to content

Commit

Permalink
Help heading for cargo options
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Jan 22, 2025
1 parent 97929b9 commit 4bcb756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pepsi/src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Arguments<CargoArguments: Args> {
pub manifest: Option<OsString>,
#[command(flatten)]
pub environment: EnvironmentArguments,
#[command(flatten)]
#[command(flatten, next_help_heading = "Cargo Options")]
pub cargo: CargoArguments,
}

Expand Down

0 comments on commit 4bcb756

Please sign in to comment.