Bulat-Ziganshin / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

[Ubuntu Linux] Quiet mode not actually quiet. #745

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I can't speak for Windows or Mac users, but here in the Linux world "quite" 
means no output. The "-q" option suppresses one of the three lines of output:

~/Projects$ unar hblc.7z
hblc.7z: 7-Zip
  Hosts.blc  (25523 B)... OK.
Successfully extracted to "./Hosts.blc".

~/Projects$ unar -q hblc.7z
hblc.7z: 7-Zip
Successfully extracted to "./Hosts.blc".

Not exactly quiet. Is this a bug or intended? I don't see any options to 
suppress all output.

Original issue reported on code.google.com by stuartks...@gmail.com on 7 May 2014 at 6:47