]> wimlib.net Git - wimlib/commitdiff
wimcapture: Document --compress-slow v1.5.3
authorEric Biggers <ebiggers3@gmail.com>
Sun, 8 Dec 2013 09:24:22 +0000 (03:24 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 8 Dec 2013 09:24:22 +0000 (03:24 -0600)
doc/imagex-capture.1.in
doc/imagex-optimize.1.in

index fe03cd712895b5d204fc29762edbf4dc31c85774..ca84806e4687694a4e8a9261a989396b147bf857 100644 (file)
@@ -190,6 +190,10 @@ request a better compression ratio at the cost of more time spent compressing.
 You may also specify the actual names of the compression algorithms, "XPRESS"
 and "LZX", instead of "fast" and "maximum", respectively.
 .TP
 You may also specify the actual names of the compression algorithms, "XPRESS"
 and "LZX", instead of "fast" and "maximum", respectively.
 .TP
+\fB--compress-slow\fR
+Like \fB--compress\fR=\fImaximum\fR, but spend even more time compressing the
+data to achieve a very slightly better compression ratio.
+.TP
 \fB--threads\fR=\fINUM_THREADS\fR
 Number of threads to use for compressing data.  Default: autodetect (number of
 available CPUs).
 \fB--threads\fR=\fINUM_THREADS\fR
 Number of threads to use for compressing data.  Default: autodetect (number of
 available CPUs).
index 30edd4ad2072fee73de432ccd87ca052faeaf1b1..4f3832c494c20275f78016e5009b18ab34d8f21f 100644 (file)
@@ -41,7 +41,7 @@ Spend even more time compressing the data in order to achieve a more optimal
 compression ratio.  Compared to the default \fB--recompress\fR, this will make
 compression about twice as slow and will increase the compression ratio by maybe
 1%, depending on the data.  This option implies \fB--recompress\fR and
 compression ratio.  Compared to the default \fB--recompress\fR, this will make
 compression about twice as slow and will increase the compression ratio by maybe
 1%, depending on the data.  This option implies \fB--recompress\fR and
-\fB--compress\fR="maximum" (recompress using LZX compression).
+\fB--compress\fR=\fImaximum\fR (recompress using LZX compression).
 .TP
 \fB--compress\fR=\fITYPE\fR
 Recompress the WIM file using the specified compression type.  \fITYPE\fR may be
 .TP
 \fB--compress\fR=\fITYPE\fR
 Recompress the WIM file using the specified compression type.  \fITYPE\fR may be