]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimoptimize.1
v1.14.4
[wimlib] / doc / man1 / wimoptimize.1
index 13444caad041203fa9d272a515227ee161af78a1..4e20884f170f4e919b090178ad0c8ab684f1d5b0 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMOPTIMIZE "1" "August 2016" "wimlib 1.10.0" "User Commands"
+.TH WIMOPTIMIZE "1" "February 2024" "wimlib 1.14.4" "User Commands"
 .SH NAME
 wimoptimize \- Optimize a WIM archive
 .SH SYNOPSIS
@@ -25,6 +25,10 @@ even if it was not present before.
 Do not include extra integrity information in the optimized WIM, even if it was
 present before.
 .TP
+\fB--include-integrity\fR
+Include extra integrity information in the optimized WIM, i.e. like
+\fB--check\fR but don't also verify the WIM beforehand.
+.TP
 \fB--recompress\fR
 Recompress all data in the WIM while optimizing it.  This will significantly
 increase the time needed to optimize the WIM, but it may result in a better
@@ -120,6 +124,14 @@ wimoptimize install.wim --solid
 .br
 mv install.wim install.esd
 .RE
+.PP
+Turn 'install.esd' back into 'install.wim':
+.RS
+.PP
+wimoptimize install.esd --compress=LZX
+.br
+mv install.esd install.wim
+.RE
 .SH SEE ALSO
 .BR wimlib-imagex (1)
 .BR wimexport (1)