From: Eric Biggers Date: Sun, 8 Dec 2013 09:24:22 +0000 (-0600) Subject: wimcapture: Document --compress-slow X-Git-Tag: v1.5.3 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=aa0fe426c4b37b29aa70741084ba516da63dd479 wimcapture: Document --compress-slow --- diff --git a/doc/imagex-capture.1.in b/doc/imagex-capture.1.in index fe03cd71..ca84806e 100644 --- a/doc/imagex-capture.1.in +++ b/doc/imagex-capture.1.in @@ -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 +\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). diff --git a/doc/imagex-optimize.1.in b/doc/imagex-optimize.1.in index 30edd4ad..4f3832c4 100644 --- a/doc/imagex-optimize.1.in +++ b/doc/imagex-optimize.1.in @@ -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 -\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