X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-join.1.in;h=ba90812cb9e73397ddfed442b424dfa33e1c5399;hb=1c68d17e932efcf0bb709b7e88628972bf5f935d;hp=3b0e910b813f964594faf38c3327d7f3e40b0c2b;hpb=232c381f9f3ab814258aa8e2380f537498a50905;p=wimlib diff --git a/doc/imagex-join.1.in b/doc/imagex-join.1.in index 3b0e910b..ba90812c 100644 --- a/doc/imagex-join.1.in +++ b/doc/imagex-join.1.in @@ -1,17 +1,13 @@ -.TH IMAGEX "1" "March 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM - .SH SYNOPSIS -\fB@IMAGEX_PROGNAME@ join\fR [\fIOPTION...] \fIOUT_WIMFILE\fR \fISPLIT_WIM...\fR - +\fB@IMAGEX_PROGNAME@ join\fR [\fIOPTION\fR...] \fIOUT_WIMFILE\fR \fISPLIT_WIM\fR... .SH DESCRIPTION -.PP Joins the \fISPLIT_WIMs\fR into a standalone one-part WIM \fIOUT_WIMFILE\fR. - +.PP All parts of the split WIM must be specified. You probably want to do so using a shell wildcard. - .SH OPTIONS .TP 6 \fB--check\fR @@ -19,7 +15,6 @@ When reading each \fISPLIT_WIM\fR, verify its integrity if the integrity table i present; additionally, when writing \fIOUT_WIMFILE\fR, write an integrity table. If this option is not specified, no integrity table is included in the new WIM file, even if there was one before. - .SH EXAMPLES Join a split WIM, with the parts named `windows*.swm' where the * is anything (usually the number of the part, except for the first part which may have no @@ -28,16 +23,12 @@ number), and write the joined WIM to the file `windows.wim'. .PP @IMAGEX_PROGNAME@ join windows.wim windows*.swm .RE - .SH NOTES \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 - - .SH SEE ALSO .BR @IMAGEX_PROGNAME@ (1) .BR @IMAGEX_PROGNAME@-export (1)