From d258ee0bfcdf278de19a9b3af0a5e27e5aacc65f Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 15 Jun 2022 03:15:15 +0900 Subject: [PATCH] fixed u option is not working --- 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 51a7f86b..51331c6b 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -112,7 +112,7 @@ struct Config { /// Update to the latest rules in the hayabusa-rules github repository. #[clap(short = 'u', long = "update-rules")] - update: bool, + update_rules: bool, /// Minimum level for rules. #[clap(