]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimlib-imagex-optimize.1
Move compression benchmark tables to website
[wimlib] / doc / man1 / wimlib-imagex-optimize.1
index eae81028e443f20a28a279815101dc94f8164d32..39ed218a76ee15fc5ca8c45cf35af07d4a831d8c 100644 (file)
@@ -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