X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fman1%2Fwimlib-imagex-optimize.1;h=371d9d1d7ad8486b0f0bad725829c8ddabbd63cf;hb=e6aef6a0af9e26797ca1711a8014a5fb62b3755e;hp=6bb8efc901fa9692e06d1a8bf8cfaa93e1bdbb0d;hpb=b8efa8686896d10fe2b2287eabc85d5a470c8202;p=wimlib diff --git a/doc/man1/wimlib-imagex-optimize.1 b/doc/man1/wimlib-imagex-optimize.1 index 6bb8efc9..371d9d1d 100644 --- a/doc/man1/wimlib-imagex-optimize.1 +++ b/doc/man1/wimlib-imagex-optimize.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands" +.TH WIMLIB-IMAGEX "1" "March 2016" "wimlib 1.9.1" "User Commands" .SH NAME wimlib-imagex-optimize \- Optimize a WIM archive .SH SYNOPSIS @@ -109,14 +109,14 @@ Rebuild and recompress the WIM file 'install.wim': wimoptimize install.wim --recompress .RE .PP -Rebuild and recompress the WIM file 'install.wim', using "maximum" (LZX) +Rebuild and recompress the WIM file 'install.wim', using LZX ("maximum") compression at a higher-than-default compression level. The compression chunk size remains unchanged. This command will be slow, but it might be useful for -optimizing files for distribution. See the COMPRESSION RATIO section of the -README file for some benchmark results. +optimizing files for distribution. See +\fIhttps://wimlib.net/compression.html\fR for some benchmark results. .RS .PP -wimoptimize install.wim --compress=maximum:100 +wimoptimize install.wim --compress=LZX:100 .RE .PP .SH SEE ALSO