X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-info.1.in;h=2354d311d43cf56e8524be93bec75d5a6fcf46d8;hp=19b9cffe78266002f6b0fb5be08a9d71682e54ba;hb=45c3ad86e44a05a169bfb1fa8ff318861bbf9fbf;hpb=f1153575fae2fad42e2b73ff744c25e3a8d01ad0 diff --git a/doc/imagex-info.1.in b/doc/imagex-info.1.in index 19b9cffe..2354d311 100644 --- a/doc/imagex-info.1.in +++ b/doc/imagex-info.1.in @@ -1,6 +1,6 @@ -.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME -imagex info \- Display information about a WIM file, or change information about +imagex-info \- Display information about a WIM file, or change information about an image .SH SYNOPSIS @@ -30,6 +30,9 @@ resources, or stream lookup table, they can be done very quickly by only re-writing the header and XML data. It will only take significant time if \fB--check\fR is specified for a WIM that had no integrity checks before. +\fBimagex info\fR does not support modifying a split WIM, although you may +display information about one. + .SH OPTIONS .TP 6 \fB--boot\fR @@ -45,6 +48,8 @@ the modified WIM, even if there was one before. .TP \fB--extract-xml\fR \fIFILE\fR Extracts the raw data from the XML resource in the WIM file to \fIFILE\fR. +Note: the XML data should be encoded using UTF-16LE, and it should begin with a +byte-order mark. .TP \fB--header\fR Shows detailed information from the WIM header. @@ -54,7 +59,8 @@ Prints all the entries in the stream lookup table of the WIM. .TP \fB--metadata\fR Prints the metadata, including the security data and the directory entry tree, -for the specified image. +for the specified image. This only works on standalone WIMs or on the first +part of a split WIM. .TP \fB--xml\fR Prints the XML data for the WIM.