]> wimlib.net Git - wimlib/commitdiff
imagex-dir.1, imagex-info.1 updates
authorEric Biggers <ebiggers3@gmail.com>
Sat, 1 Sep 2012 20:35:21 +0000 (15:35 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 1 Sep 2012 20:35:21 +0000 (15:35 -0500)
doc/imagex-dir.1.in
doc/imagex-info.1.in

index 229628fe4c491b7be7d6b490a06d7ec5cf18fedf..a77c71cc18c80afe90d804c0cdbdc601f3a16738 100644 (file)
@@ -20,6 +20,8 @@ info\fR (1) command to show what images a WIM file contains.
 \fBimagex dir\fR supports split WIMs, but it will only work on the first part of
 the split WIM.
 
+The DOS names of files are not displayed.
+
 .SH EXAMPLES
 Show all files in the first image of 'boot.wim':
 .RS
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.