X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-join.1.in;h=9f7f998bc689e4d337bd65c9e00dae415f16deae;hb=5e2f9715d5c0e1f1c3fc30a53d14df69a8bdae4a;hp=277f10a51ef8af499afb73d0c1d8cadad23eb14e;hpb=fd4b7f8da1550b65583b351a9af2672e6f825963;p=wimlib diff --git a/doc/imagex-join.1.in b/doc/imagex-join.1.in index 277f10a5..9f7f998b 100644 --- a/doc/imagex-join.1.in +++ b/doc/imagex-join.1.in @@ -1,9 +1,9 @@ -.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME -imagex-join \- Join split WIMs into a standalone one-part WIM +@IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM .SH SYNOPSIS -\fBimagex join\fR [\fIOPTION...] \fIOUT_WIMFILE\fR \fISPLIT_WIM...\fR +\fB@IMAGEX_PROGNAME@ join\fR [\fIOPTION...] \fIOUT_WIMFILE\fR \fISPLIT_WIM...\fR .SH DESCRIPTION .PP @@ -26,16 +26,18 @@ Join a split WIM, with the parts named `windows*.swm' where the * is anything number), and write the joined WIM to the file `windows.wim'. .RS .PP -imagex join windows.wim windows*.swm +@IMAGEX_PROGNAME@ 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. +\fB@IMAGEX_PROGNAME@ join\fR is roughly equivalent to: +.RS +.PP +\fB@IMAGEX_PROGNAME@ 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_PROGNAME@ (1) +.BR @IMAGEX_PROGNAME@-export (1)