From aebab44e3e5d8857f43105b3a40db86deda33653 Mon Sep 17 00:00:00 2001 From: robert-bryson Date: Thu, 2 May 2024 11:08:57 -0700 Subject: [PATCH] core: add "total" to --stats output This makes it a little clearer. Apologies to anyone who is regex matching on this output. Closes #2797 --- 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 64f35ceb..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 +{process_time:0.6} seconds total ", matches = stats.matches(), lines = stats.matched_lines(),