Do not print stats when listing files with matches

This commit is contained in:
Matthias Beyer 2018-02-06 23:51:19 +01:00
parent edd5925f88
commit ec2f3a73d7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fn main() {
if opts.count { if opts.count {
println!("{}", count); println!("{}", count);
} else { } else if !opts.files_with_matches {
println!("Processed {} files, {} matches, {} nonmatches", println!("Processed {} files, {} matches, {} nonmatches",
overall_count, overall_count,
count, count,