X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-dir.1.in;h=266ca18063eee111d45d5200ae51e461b103c9aa;hb=f1153575fae2fad42e2b73ff744c25e3a8d01ad0;hp=34dbe54057007c2cda728833114e6df7d771f784;hpb=1875c41970d0cba04b5bc5e0c68b391a8c9c246c;p=wimlib diff --git a/doc/imagex-dir.1.in b/doc/imagex-dir.1.in index 34dbe540..266ca180 100644 --- a/doc/imagex-dir.1.in +++ b/doc/imagex-dir.1.in @@ -3,23 +3,30 @@ imagex dir \- Show the files contained in a WIM archive .SH SYNOPSIS -\fBimagex dir\fR \fIWIMFILE\fR (\fIIMAGE_NUM\fR | \fIIMAGE_NAME\fR | all), +\fBimagex dir\fR \fIWIMFILE\fR \fIIMAGE\fR .SH DESCRIPTION .PP -Lists all the files and directories contained in the specified image of -\fIWIMFILE\fR. +Lists all the files and directories contained in the specified image of the +Windows Imaging (WIM) file \fIWIMFILE\fR. -The image may be specified by \fIIMAGE_NUM\fR, which must be an integer that is -an index of an image in the WIM file, starting at 1. Alternatively, it may be -the name of an image in the WIM file. It also may be the keyword "all", which -specifies all images. +\fIIMAGE\fR specifies the WIM image to show the files of. It may be a 1-based +index of an image in the WIM, the name of an image in the WIM, or the keyword +"all" to indicate that files from all images are to be shown. Use the \fBimagex +info\fR (1) command to show what images a WIM file contains. + +.SH NOTES + +\fBimagex dir\fR supports split WIMs, but it will only work on the first part of +the split WIM. .SH EXAMPLES -.IP +Show all files in the first image of 'boot.wim': +.RS +.PP image dir boot.wim 1 -.LP -Show all files in the first image of 'boot.wim' +.RE +.PP .SH SEE ALSO .BR imagex (1)