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
View File
@@ -7,4 +7,5 @@ test_*
.env .env
/logs /logs
*.csv *.csv
*.json
hayabusa* hayabusa*
+2 -2
View File
@@ -386,7 +386,7 @@ fn emit_csv<W: std::io::Write>(
write_color_buffer( write_color_buffer(
&disp_wtr, &disp_wtr,
get_writable_color(Some(Color::Rgb(255, 255, 0))), get_writable_color(Some(Color::Rgb(255, 255, 0))),
"Saved alerts and events", "Events with hits",
false, false,
) )
.ok(); .ok();
@@ -394,7 +394,7 @@ fn emit_csv<W: std::io::Write>(
write_color_buffer( write_color_buffer(
&disp_wtr, &disp_wtr,
get_writable_color(Some(Color::Rgb(0, 255, 255))), get_writable_color(Some(Color::Rgb(0, 255, 255))),
"Total events analyzed", "Total events",
false, false,
) )
.ok(); .ok();