diff --git a/src/detections/configs.rs b/src/detections/configs.rs index de78357d0..8c13a4a66 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -1478,7 +1478,7 @@ pub struct OutputOption { pub remove_duplicate_detections: bool, /// Do not ask questions. Scan for all events and alerts. - #[arg(help_heading = Some("Output"), short = 'a', long = "no-asking", display_order = 400)] + #[arg(help_heading = Some("General Options"), short = 'a', long = "no-asking", display_order = 400)] pub no_ask_flag: bool, }