Skip to content

Commit

Permalink
Merge pull request #1542 from Yamato-Security/1541-fix-csv-timelne-he…
Browse files Browse the repository at this point in the history
…lp-typo

fix: modify csv-timeline help msg
  • Loading branch information
YamatoSecurity authored Jan 9, 2025
2 parents ee6ce99 + f2d97b2 commit 67bec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ fn check_thread_number(config: &Config) -> Option<usize> {
pub enum Action {
#[clap(
author = "Yamato Security (https://github.com/Yamato-Security/hayabusa - @SecurityYamato)",
help_template = "\nHayabusa v3.0.1 - 3rd Year Anniversary Release\n{author-with-newline}\n{usage-heading}\n hayabusa.exe eid-metrics <INPUT> [OPTIONS]\n\n{all-args}",
help_template = "\nHayabusa v3.0.1 - 3rd Year Anniversary Release\n{author-with-newline}\n{usage-heading}\n hayabusa.exe csv-timeline <INPUT> [OPTIONS]\n\n{all-args}",
term_width = 400,
display_order = 290,
disable_help_flag = true
Expand Down

0 comments on commit 67bec2d

Please sign in to comment.