X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-delete.1.in;h=9304657f9d2e8e8ffefb0a20b2d66da3c4b78be7;hb=8f4072dae03c4999cad2683c86d78d274964ff9c;hp=34277a1ba3b500d1e1034d4bfd21b07349880f99;hpb=297e0855665e45708b114048e42befc4654cdbee;p=wimlib diff --git a/doc/imagex-delete.1.in b/doc/imagex-delete.1.in index 34277a1b..9304657f 100644 --- a/doc/imagex-delete.1.in +++ b/doc/imagex-delete.1.in @@ -1,18 +1,19 @@ -.TH IMAGEX "1" "August 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 -\fB@IMAGEX_PROGNAME@ delete\fR \fIWIMFILE\fR \fIIMAGE\fR [--check] +\fB@IMAGEX_PROGNAME@ delete\fR \fIWIMFILE\fR \fIIMAGE\fR [\fIOPTION\fR...] .SH DESCRIPTION \fB@IMAGEX_PROGNAME@ delete\fR deletes the specified image from the Windows Imaging (WIM) file \fIWIMFILE\fR. -.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. This command is also available as simply \fBwimdelete\fR if the appropriate hard -link is installed. +link or batch file has been installed. +.PP +\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 @@ -38,7 +39,7 @@ 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