X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-join.1.in;h=6757907d08dbe65a5c675af9781855feb579c259;hb=1530b6dab02a9e1e5faf81529ab502aee68d8cd2;hp=0a1feff5a97274ec05b0d0e11f2bd4fe6831145b;hpb=cbaca94ca219aae5ae32a1f083659e1fa421f676;p=wimlib diff --git a/doc/imagex-join.1.in b/doc/imagex-join.1.in index 0a1feff5..6757907d 100644 --- a/doc/imagex-join.1.in +++ b/doc/imagex-join.1.in @@ -1,6 +1,6 @@ -.TH IMAGEX "1" "September 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "December 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" .SH NAME -imagex join \- Join split WIMs into a standalone one-part WIM +imagex-join \- Join split WIMs into a standalone one-part WIM .SH SYNOPSIS \fBimagex join\fR [\fIOPTION...] \fIOUT_WIMFILE\fR \fISPLIT_WIM...\fR @@ -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)