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, }