diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 95bdad6b..822ed64f 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -119,7 +119,7 @@ pub struct Config { pub enable_deprecated_rules: bool, /// Scan to all event ID - #[clap(short = "D", long="deep-scan")] + #[clap(short = 'D', long = "deep-scan")] pub deep_scan: bool, /// Enable rules marked as noisy