From 1c1297b114719c79eebab4cb222dc0bec6b3c55f Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:43:25 +0900 Subject: [PATCH] changed metric short option from m to M #706 --- 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 78fcd137..3477b05b 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -189,7 +189,7 @@ pub struct Config { pub thread_number: Option, /// Print metrics of event IDs - #[clap(help_heading = Some("OTHER-ACTIONS"), short, long)] + #[clap(help_heading = Some("OTHER-ACTIONS"), short='M', long)] pub metrics: bool, /// Print a summary of successful and failed logons