]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimupdate.1
Fix some typos
[wimlib] / doc / man1 / wimupdate.1
index 9e6b577e5ee4381399df0b5c99b5af0d63a0fb36..a01607bddffbd5b892b4db8707552fed10c1441a 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMUPDATE "1" "August 2016" "wimlib 1.10.0" "User Commands"
+.TH WIMUPDATE "1" "May 2019" "wimlib 1.13.1" "User Commands"
 .SH NAME
 wimupdate \- Update a WIM image
 .SH SYNOPSIS
@@ -102,6 +102,10 @@ Before updating the WIM, verify its integrity if it contains extra integrity
 information.  Also include extra integrity information in the updated WIM even
 if it was not present before.
 .TP
+\fB--include-integrity\fR
+Include extra integrity information in the updated WIM, i.e. like \fB--check\fR
+but don't also verify the WIM beforehand.
+.TP
 \fB--threads\fR=\fINUM_THREADS\fR
 Number of threads to use for compressing newly added files.  Default: autodetect
 (number of processors).
@@ -216,7 +220,7 @@ $ wimupdate boot.wim 2 < update_commands.txt
 .PP
 Add some files and directories to a WIM image.  Note that the first path of each
 \fBadd\fR command specifies the files to add, while the second path of each
-\fBadd\fR command specify the locations at which to to add them inside the WIM
+\fBadd\fR command specify the locations at which to add them inside the WIM
 image:
 .PP
 .RS