X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-export.1.in;h=e0ad169aef3712b7f5a6bd77b934c73e6f076ca7;hp=ff76516e02291dc9085e10fdd09eaf8cea1b7b13;hb=6cc8db9fac4dcfdcd474ee49790a30a54b83c798;hpb=a6c413a13da72aac44b0a522c2650d5e54e16a72 diff --git a/doc/imagex-export.1.in b/doc/imagex-export.1.in index ff76516e..e0ad169a 100644 --- a/doc/imagex-export.1.in +++ b/doc/imagex-export.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "March 2013" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-export \- Exports an image from a WIM archive to an existing or new WIM archive @@ -45,10 +45,11 @@ If multiple images are being exported, this flag indicates that the image in the error. .TP \fB--check\fR -When reading \fISRC_WIMFILE\fR, verify its integrity if the integrity table is -present; additionally, when writing \fIDEST_WIMFILE\fR with the new image added, -write an integrity table. If this option is not specified, no integrity table -is included in \fIDEST_WIMFILE\fR, even if there was one before. +When reading \fISRC_WIMFILE\fR, and \fIDEST_WIMFILE\fR if it exists, verify the +file's integrity if the integrity table is present; additionally, when writing +\fIDEST_WIMFILE\fR with the new image added, write an integrity table. If this +option is not specified, no integrity table is included in \fIDEST_WIMFILE\fR, +even if there was one before. .TP \fB--compress\fR=\fITYPE\fR Specifies the compression type for \fIDEST_WIMFILE\fR. This is only valid if @@ -91,7 +92,7 @@ included in the glob (but the first part MUST be specified as \fISRC_WIMFILE\fR well). Here's an example. The names for the split WIMs usually go something like: - + .RS .PP .nf @@ -112,12 +113,12 @@ imagex export mywim.swm 1 other.wim --ref="mywim*.swm" .SH NOTES -Unless --rebuild is specified, aborting an \fBimagex export\fR command mid-way -through has a small chance of corrupting the destination WIM file. However, a -precaution is taken against this, so it should be very unlikely. In the event -of an aborted \fBimagex export\fR, \fBimagex optimize\fR can be run to remove -extra data that may have been partially appended to the physical destination WIM -file but not yet incorporated into the structure of the WIM. +Unless \fB--rebuild\fR is specified, aborting an \fBimagex export\fR command +mid-way through has a small chance of corrupting the destination WIM file. +However, a precaution is taken against this, so it should be very unlikely. In +the event of an aborted \fBimagex export\fR, \fBimagex optimize\fR can be run to +remove extra data that may have been partially appended to the physical +destination WIM file but not yet incorporated into the structure of the WIM. .SH EXAMPLES Export the second image of 'boot.wim' to the new WIM file 'new.wim', and