Skip to content

Commit

Permalink
UI(configs): fixed help option order #1255
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Feb 5, 2024
1 parent 269a198 commit d0dc893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ pub struct CommonOptions {
pub quiet: bool,

/// Show the help menu
#[clap(help_heading = Some("General Options"), short = 'h', long = "help", action = ArgAction::Help, display_order = 80, required = false)]
#[clap(help_heading = Some("General Options"), short = 'h', long = "help", action = ArgAction::Help, display_order = 340, required = false)]
pub help: Option<bool>,
}

Expand Down

0 comments on commit d0dc893

Please sign in to comment.