]> wimlib.net Git - wimlib/blobdiff - doc/imagex-info.1.in
imagex-dir.1, imagex-info.1 updates
[wimlib] / doc / imagex-info.1.in
index efbeb7c6ad216cf6a93a6791a116618bd69f9321..fd06b6eb0d0e6bf64e5b0ef3136ae5bb5fa056d1 100644 (file)
@@ -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.