X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-delete.1.in;h=3e5b4c1e74a3168d5b67c8c116abe26840fa6620;hp=166eaffd71b690716e8d83c0bd07f552cf0c1db5;hb=e7396f16433694f9b29deb1e62861ea7799a0774;hpb=e510d33bc53ca66de7737d49b8086532bac2e4f7 diff --git a/doc/imagex-delete.1.in b/doc/imagex-delete.1.in index 166eaffd..3e5b4c1e 100644 --- a/doc/imagex-delete.1.in +++ b/doc/imagex-delete.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "August 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-delete \- Delete an image from a WIM archive .SH SYNOPSIS @@ -6,11 +6,14 @@ .SH DESCRIPTION \fB@IMAGEX_PROGNAME@ delete\fR deletes the specified image from the Windows Imaging (WIM) file \fIWIMFILE\fR. +This command is also available as simply \fBwimdelete\fR if the appropriate hard +link or batch file has been installed. .PP -\fIIMAGE\fR specifies the WIM image to deleted. It may be a 1-based index of an -image in the WIM, the name of an image in the WIM, or the keyword "all" to -indicate that all images are to be deleted. Use the \fB@IMAGEX_PROGNAME@ info\fR (1) -command to show what images a WIM file contains. +\fIIMAGE\fR specifies the WIM image in \fIWIMFILE\fR to deleted. It may be a +1-based index of an image in the WIM, the name of an image in the WIM, or the +keyword "all" to indicate that all images are to be deleted. Use the +\fB@IMAGEX_PROGNAME@ info\fR (1) command to show what images a WIM file +contains. .SH NOTES By default, the WIM file is rebuilt with all unnecessary file data removed. This is different from Microsoft's imagex.exe, which only will delete the @@ -25,16 +28,18 @@ WIM and have a WIM with 0 images, although such a file wouldn't be very useful. .TP 6 \fB--check\fR When reading \fIWIMFILE\fR, verify its integrity if the integrity table is -present; additionally, when rewriting \fIWIMFILE\fR after the specified image was -deleted, write an integrity table. If this option is not specified, no integrity -table is included in the new WIM file, even if there was one before. +present; additionally, when rewriting \fIWIMFILE\fR after the specified image +was deleted, always write an integrity table. If this option is not specified, +the integrity of \fIWIMFILE\fR will not be checked when it's opened, but an +integrity table will be written in the updated WIM if and only if one was +present before. .TP 6 \fB--soft\fR Perform a "soft delete". Specifying this flag overrides the default behavior of rebuilding the entire WIM after deleting an image. Instead, only minimal changes to correctly remove the image from the WIM will be taken. In particular, all streams will be left alone, even if they are no longer -referenced. This is probably not what you want, because almost no space will be +referenced. This is probably not what you want, because no space will be saved by deleting an image in this way. .IP "" You may use \fB@IMAGEX_PROGNAME@ optimize\fR to delete unreferenced streams from a WIM that