jmacd / xdelta

open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
http://xdelta.org
1.11k stars 185 forks source link

-q [Quiet Option] not working #242

Open daicain opened 6 years ago

daicain commented 6 years ago

When using the command line, I tried using the -q option to disable the console from showing up. It still shows up. Here's an example if my command for creating a patch file :

**

xdelta.exe -q -s Old.txt New.txt patch.exe

**