Skip to content

Commit

Permalink
Merge pull request #1315 from Yamato-Security/1314-computer-metrics-u…
Browse files Browse the repository at this point in the history
…sage-is-different

Fixed computer metrics usage is different
  • Loading branch information
hitenkoku authored Mar 17, 2024
2 parents cfb2001 + 5eef2fb commit bfa3750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- パフォーマンスの改善 (#1277, #1278) (@fukusuket)
- `csv-timeline`コマンドの結果と同様になるようにするために、`search`コマンドの結果の表示順番を変更した。 (#1297) (@hitenkoku)
- イースターエッグに最強のキャラクターを追加した。 (#1304) (@hitenkoku)
- `computer-metrics`コマンドのhelpオプションの表示をほかのコマンドの形式に合わせた。 (#1314) (@hitenkoku)

**バグ修正:**

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Performance enchancements. (#1277, #1278) (@fukusuket)
- Reordered `search` result fields to look similar to the `csv-timeline` command results. (#1297) (@hitenkoku)
- Added master piece character in ascii art eggs. R.I.P. lovely master hidden behind the gas mask. (#1304) (@hitenkoku)
- Unified help option format in `computer-metrics` command with other commands. (#1314) (@hitenkoku)

**Bug Fixes:**

Expand Down
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ pub enum Action {

#[clap(
author = "Yamato Security (https://github.com/Yamato-Security/hayabusa - @SecurityYamato)",
help_template = "\nHayabusa v2.14.0 - Dev Build\n{author-with-newline}\n{usage-heading}\n {usage}\n\n{all-args}",
help_template = "\nHayabusa v2.14.0 - Dev Build\n{author-with-newline}\n{usage-heading}\n hayabusa.exe computer-metrics <INPUT> [OPTIONS]\n\n{all-args}",
term_width = 400,
display_order = 290
)]
Expand Down

0 comments on commit bfa3750

Please sign in to comment.