Skip to content

Commit

Permalink
Enhanced help print for OPTIONS sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Nov 21, 2024
1 parent a7eba1c commit 9e94cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/uhyve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ struct Args {
#[clap(short, long, value_name = "FILE")]
output: Option<String>,

#[clap(flatten, next_help_heading = "MEMORY")]
#[clap(flatten, next_help_heading = "Memory OPTIONS")]
memory_args: MemoryArgs,

#[clap(flatten, next_help_heading = "CPU")]
#[clap(flatten, next_help_heading = "Cpu OPTIONS")]
cpu_args: CpuArgs,

/// GDB server port
Expand Down

0 comments on commit 9e94cff

Please sign in to comment.