From ea8f703ca556ffde5a1fca1cbb23b1d338d086ca Mon Sep 17 00:00:00 2001 From: robert-bryson Date: Thu, 2 May 2024 15:43:42 -0700 Subject: [PATCH] changed to total --- crates/core/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/main.rs b/crates/core/main.rs index dd1a55f1..bcafefe0 100644 --- a/crates/core/main.rs +++ b/crates/core/main.rs @@ -468,7 +468,7 @@ fn print_stats( {bytes_printed} bytes printed {bytes_searched} bytes searched {search_time:0.6} seconds spent searching -{process_time:0.6} seconds spent processing +{process_time:0.6} seconds total ", matches = stats.matches(), lines = stats.matched_lines(),