change wording

This commit is contained in:
Yamato Security
2022-09-10 06:12:46 +09:00
parent 156fedff76
commit 4f1e4c34d6
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -7,4 +7,5 @@ test_*
.env
/logs
*.csv
*.json
hayabusa*

View File

@@ -386,7 +386,7 @@ fn emit_csv<W: std::io::Write>(
write_color_buffer(
&disp_wtr,
get_writable_color(Some(Color::Rgb(255, 255, 0))),
"Saved alerts and events",
"Events with hits",
false,
)
.ok();
@@ -394,7 +394,7 @@ fn emit_csv<W: std::io::Write>(
write_color_buffer(
&disp_wtr,
get_writable_color(Some(Color::Rgb(0, 255, 255))),
"Total events analyzed",
"Total events",
false,
)
.ok();