]> wimlib.net Git - wimlib/blobdiff - doc/imagex.1.in
January => February
[wimlib] / doc / imagex.1.in
index 263b2c964849a37076674d30f721d09bd201d088..0c2b3db6fa2527587b752edf0e3ba8c72c01aa6e 100644 (file)
@@ -1,4 +1,4 @@
-.TH IMAGEX 1 "September 2012" "imagex (wimlib @VERSION@)" "User Commands"
+.TH IMAGEX 1 "February 2013" "imagex (wimlib @VERSION@)" "User Commands"
 .SH NAME
 imagex \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
@@ -22,6 +22,8 @@ imagex \- Create, modify, extract, mount, or unmount a WIM (Windows Imaging Form
 .br
 \fBimagex mountrw\fR \fIarguments...\fR
 .br
+\fBimagex optimize\fR \fIarguments...\fR
+.br
 \fBimagex split\fR \fIarguments...\fR
 .br
 \fBimagex unmount\fR \fIarguments...\fR
@@ -59,7 +61,7 @@ Mount an image from a stand-alone WIM read-write (\fBimagex mountrw\fR)
 .IP \[bu]
 Delete image(s) from a stand-alone WIM (\fBimagex delete\fR)
 .IP \[bu]
-Export image(s) from a stand-alone WIM (\fBimagex export\fR)
+Export image(s) from a stand-alone or split WIM (\fBimagex export\fR)
 .IP \[bu]
 Display information about a WIM file (\fBimagex info\fR, \fBimagex dir\fR)
 .IP \[bu]
@@ -86,10 +88,9 @@ addition, you may now apply split WIMs and mount them read-only.  I don't think
 there are many other features that would be worth it to implement.  Besides
 porting the library to Windows (which I'm not really interested in), the main
 thing that could use improvement (in my opinion) is that the LZX compression
-ratio still isn't quite as good as Microsoft's version.  Also, exporting an
-image from a split WIM could be supported.  Furthermore, if Microsoft updates
-the WIM format, I'd need to support it, but it looks like the format for Windows
-8 is the same as that of Windows 7.
+ratio still isn't quite as good as Microsoft's version.  Furthermore, if
+Microsoft updates the WIM format, I'd need to support it, but it looks like the
+format for Windows 8 is the same as that of Windows 7.
 
 .SH DIFFERENCES FROM MICROSOFT IMAGEX
 
@@ -105,11 +106,8 @@ the capture or application of an image specifically from/to an NTFS volume.
 
 Some features, such as the ability to keep files hard-linked across WIM images
 when they are extracted from a WIM, are not available in Microsoft's version of
-imagex.  Also, doesn't seem to be an equivalent of \fBimagex join\fR in
-Microsoft's version; you would have to use \fBimagex.exe /export\fR, but that
-doesn't let you export all images at once.  Furthermore, this version of
-\fBimagex\fR lets you mount an image from a split WIM read-only, while
-Microsoft's version does not.
+imagex.  Also, this version of \fBimagex\fR lets you mount an image from a split
+WIM read-only, while Microsoft's version does not.
 
 Microsoft's version has some weird limitations, like it won't let you extract a
 WIM on a shared folder, and it requires some commands to be run only from
@@ -149,6 +147,7 @@ Report bugs to ebiggers3@gmail.com.
 .BR imagex-join (1),
 .BR imagex-mount (1),
 .BR imagex-mountrw (1),
+.BR imagex-optimize (1),
 .BR imagex-split (1),
 .BR imagex-unmount (1),