mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-11-23 21:54:45 +02:00
core: add "total" to --stats output
This makes it a little clearer. Apologies to anyone who is regex matching on this output. Closes #2797
This commit is contained in:
committed by
Andrew Gallant
parent
483628469a
commit
edafb612d2
@@ -468,7 +468,7 @@ fn print_stats<W: Write>(
|
||||
{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(),
|
||||
|
||||
Reference in New Issue
Block a user