From aa0fe426c4b37b29aa70741084ba516da63dd479 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 8 Dec 2013 03:24:22 -0600 Subject: [PATCH] wimcapture: Document --compress-slow --- doc/imagex-capture.1.in | 4 ++++ doc/imagex-optimize.1.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.43.0