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"