change wording
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,4 +7,5 @@ test_*
|
||||
.env
|
||||
/logs
|
||||
*.csv
|
||||
*.json
|
||||
hayabusa*
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user