X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-join.1.in;h=96da145be40403e0e90061b97e13112b192b583d;hp=b23f49db54fe6702cf1f5f15b803abd8f47b1be1;hb=de12c346dc64404821d52d545e2e1b3d44230f2a;hpb=7b5a88bcb70a3bdb24f3df414e8c71fdb95ee602 diff --git a/doc/imagex-join.1.in b/doc/imagex-join.1.in index b23f49db..96da145b 100644 --- a/doc/imagex-join.1.in +++ b/doc/imagex-join.1.in @@ -1,4 +1,4 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "March 2013" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME imagex-join \- Join split WIMs into a standalone one-part WIM @@ -30,12 +30,14 @@ imagex join windows.wim windows*.swm .RE .SH NOTES -You can also use \fBimagex export\fR to export all images from a split WIM. -This would be nearly the same as \fBimagex join\fR, although some information in -the XML data could be discarded. +\fBimagex join\fR is roughly equivalent to: +.RS +.PP +\fBimagex export\fR \fISWM_PART_1\fR --ref="\fISWM_GLOB\fR" [--check] all \fIOUT_WIMFILE\fR +.RE +.PP -Perhaps for this reason, Microsoft's implementation of imagex does not provide a -\fB/join\fR option. .SH SEE ALSO .BR imagex (1) +.BR imagex-export (1)