From d002af6f5434a2ba887b82e73d4c82a2ac082108 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 29 Jun 2022 00:06:49 +0900 Subject: [PATCH] fixed error --- src/detections/configs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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