Merge branch 'main' into 654-enhancement-output-to-json

This commit is contained in:
DastInDark
2022-09-10 15:55:12 +09:00
3 changed files with 4 additions and 4 deletions

View File

@@ -426,7 +426,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();
@@ -434,7 +434,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();