From 29ee8a590150e6223ad18a86fe0d7251c7b25221 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Tue, 21 Dec 2021 01:38:25 +0900 Subject: [PATCH] added Q option --- src/detections/configs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detections/configs.rs b/src/detections/configs.rs index 908f1553..492f209e 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -68,6 +68,7 @@ fn build_app<'a>() -> ArgMatches<'a> { -t --thread-number=[NUMBER] 'Thread number (default: optimal number for performance)' -s --statistics 'Prints statistics of event IDs' -q --quiet 'Quiet mode. Do not display the launch banner' + -Q --quiet-errors 'Quiet errors mode. Do not display errors or save error logs' --contributors 'Prints the list of contributors'"; App::new(&program) .about("Hayabusa: Aiming to be the world's greatest Windows event log analysis tool!")