A couple of possible typos in the docs
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Hello, I might have found a couple of typos in the documentation (the 7-zip.chm file), section "-m (Set compression Method) switch":
1) The lines s=[off | on | [e] [{N}f] [{N}b | {N}k | {N}m | {N}g | {N}t)]
and s=[off | on | [{N}b | {N}k | {N}m | {N}g)] seem to have misplaced parentheses in the parts {N}t)] and {N}g)] respectively.
2) There seems to be a missing = in the line s 0c16m. Also the 0c part might be a typo as {N}c isn't mentioned anywhere in the section.
thanks
0c16mis correct.It's simple short form to specify parameter for 7z and xz that is not documented fully.
c16malso must work same way as I suppose.