sujithcp / dotnetperls-controls

Automatically exported from code.google.com/p/dotnetperls-controls
1 stars 0 forks source link

missing value for 7z compression level http://dotnetperls.com/Content/7-Zip-Examples.aspx #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Page:
http://dotnetperls.com/Content/7-Zip-Examples.aspx

section: 
"Information: -m switch"

entry:
-mx0    Don't compress at all.
Is called "copy mode" and "fastest."

Correction:

mx0 is Don't compress
mx1 is Fastest

eg
7za a -mx1 data.7z data
compresses data in fastest mode

7za a -mx0 data.7z data
compressed data in store mode (not compressed)

Original issue reported on code.google.com by googlymo...@hotmail.com on 6 Feb 2009 at 11:19

GoogleCodeExporter commented 8 years ago
I looked at this and you are absolutely correct. I changed the document to list 
-mx0 
and -mx1 separately. It will be on the site within a day. I want to ad a list 
of 
credits to the article and would be happy to put your (real) name if you want. 
Thanks.

Original comment by allen....@gmail.com on 7 Feb 2009 at 1:44