1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

changed to total

This commit is contained in:
robert-bryson 2024-05-02 15:43:42 -07:00
parent f112dc06e8
commit ea8f703ca5

View File

@ -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 spent processing
{process_time:0.6} seconds total
",
matches = stats.matches(),
lines = stats.matched_lines(),