From 6fde6cc39e347b19196e05def301af1fcdd43798 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 22 Jun 2022 23:02:58 +0900 Subject: [PATCH] changed 'c' option long name to avoid clearly difference rules/config and config --- 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 883d7858..1a546774 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -82,7 +82,7 @@ pub struct Config { /// Specify custom rule config folder (default: ./rules/config) #[clap( short = 'c', - long, + long = "rules-config", default_value = "./rules/config", hide_default_value = true, value_name = "RULE_CONFIG_DIRECTORY"