Update src/main.rs

Co-authored-by: andrews05 <andrew@digerati.co.nz>
This commit is contained in:
LuckyTurtleDev 2023-09-23 09:40:10 +02:00 committed by GitHub
parent eda1de4f2d
commit 651a7e3b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,7 +324,6 @@ Heuristic filter selection strategies:
&out_dir, &out_dir,
&out_file, &out_file,
matches.get_flag("recursive"), matches.get_flag("recursive"),
matches.get_flag("include-non-png"),
true, true,
); );