From 152732611838acc1d7f0449ec6aa829498e037bb Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Fri, 12 Aug 2022 15:44:17 +0900 Subject: [PATCH] fixed json-timeline long option --- 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 22660b04..738ad430 100644 --- a/src/detections/configs.rs +++ b/src/detections/configs.rs @@ -219,7 +219,7 @@ pub struct Config { #[clap(long = "set-default-profile")] pub set_default_profile: Option, - #[clap(short = 'j', long = "profile")] + #[clap(short = 'j', long = "json-timeline")] pub json_timeline: bool, }