X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fwimlib-imagex-info.1;h=3365497f11c073b01fbea08bbaa9c2eca576b3ef;hp=cc6e3f9d61a7e1c90dd6c29afc1627ec6674a27a;hb=55dcf988292efc1d9a586574a2c4d3082b67b282;hpb=c7a6a38f0b0146eeff7b6f4c0d00501166a11e8c diff --git a/doc/man1/wimlib-imagex-info.1 b/doc/man1/wimlib-imagex-info.1 index cc6e3f9d..3365497f 100644 --- a/doc/man1/wimlib-imagex-info.1 +++ b/doc/man1/wimlib-imagex-info.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "February 2015" "wimlib 1.8.0" "User Commands" +.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands" .SH NAME wimlib-imagex-info \- Display information about a WIM file, or change information about an image @@ -18,10 +18,11 @@ contained in it will be printed. If an image is specified by \fIIMAGE\fR (as a 1-based image index or an image name), the printed information is restricted to that concerning the specified image. .PP -Changes to the WIM are made if \fINEW_NAME\fR and/or \fB--boot\fR are specified. -\fINEW_NAME\fR is taken to be the new name of the image specified by \fIIMAGE\fR -while \fINEW_DESC\fR is taken to be its new description. If \fINEW_DESC\fR is -not specified, the image's description is unchanged. +Changes to the WIM are made if \fINEW_NAME\fR and/or \fB--boot\fR and/or +\fB--image-property\fR are specified. \fINEW_NAME\fR is taken to be the new +name of the image specified by \fIIMAGE\fR while \fINEW_DESC\fR is taken to be +its new description. If \fINEW_DESC\fR is not specified, the image's +description is unchanged. .PP \fBwimlib-imagex info\fR does not support modifying a split WIM, although you may display information about one. @@ -52,12 +53,20 @@ byte-order mark. \fB--header\fR Shows detailed information from the WIM header. .TP -\fB--lookup-table\fR -Prints all the entries in the stream lookup table of the WIM. +\fB--blobs\fR +Prints information about all the blobs ("file data") in the WIM. A WIM file +stores only one copy of each unique blob. .TP \fB--xml\fR Prints the raw XML data from the WIM. Note: the XML data will be encoded using UTF-16LE, and it will begin with a byte-order mark. +.TP +\fB--image-property\fR \fINAME\fR=\fIVALUE\fR +Set an arbitrary per-image property in the XML document of the WIM file. +\fINAME\fR is an element path such as "WINDOWS/VERSION/MAJOR", and \fIVALUE\fR +is the string to place in the element, such as "10". See the documentation for +this option to \fBwimlib-imagex capture\fR (1) for more details. This option +may be specified multiple times. .SH SEE ALSO .BR wimlib-imagex (1) .BR wimlib-imagex-dir (1)