Skip to content

Commit

Permalink
Remove binarize -no-recurse-
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Oct 30, 2023
1 parent 56e4e9d commit d599197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/src/modules/binarize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ impl Module for Binarize {
let exe = self.command.as_ref().unwrap();
let mut cmd = Command::new(exe);
cmd.args([
"-norecurse",
"-always",
"-silent",
"-maxProcesses=0",
Expand Down

0 comments on commit d599197

Please sign in to comment.