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

stats fixup

This commit is contained in:
robert-bryson 2024-05-02 11:08:57 -07:00
parent bb8601b2ba
commit f112dc06e8

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