From b5a61688ed56ad21fb4eda873041b0fcb5b323aa Mon Sep 17 00:00:00 2001 From: DustInDark Date: Fri, 17 Jun 2022 09:37:57 +0900 Subject: [PATCH] removed unnecessary about used --- src/detections/configs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index e41c2b5b..40301f8e 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -49,7 +49,6 @@ impl Default for ConfigReader<'_> { #[derive(Parser)] #[clap( name = "Hayabusa", - about, usage = "hayabusa.exe -f file.evtx [OPTIONS] / hayabusa.exe -d evtx-directory [OPTIONS]", author = "Yamato Security (https://github.com/Yamato-Security/hayabusa) @SecurityYamato)", version,