Do not print stats when listing files with matches
This commit is contained in:
parent
edd5925f88
commit
ec2f3a73d7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ fn main() {
|
|||
|
||||
if opts.count {
|
||||
println!("{}", count);
|
||||
} else {
|
||||
} else if !opts.files_with_matches {
|
||||
println!("Processed {} files, {} matches, {} nonmatches",
|
||||
overall_count,
|
||||
count,
|
||||
|
|
Loading…
Reference in a new issue