X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-dir.1.in;h=a529cc5955194457e79ac39f091ec3ae6fe673d0;hp=a77c71cc18c80afe90d804c0cdbdc601f3a16738;hb=794ecd09fc527e3328e469c14e563d42a7a70a39;hpb=a3ada6c6e8b2869a5ff4b615ea5d3bc3497012ec diff --git a/doc/imagex-dir.1.in b/doc/imagex-dir.1.in index a77c71cc..a529cc59 100644 --- a/doc/imagex-dir.1.in +++ b/doc/imagex-dir.1.in @@ -1,9 +1,9 @@ -.TH IMAGEX "1" "September 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME -imagex dir \- Show the files contained in a WIM archive +@IMAGEX_PROGNAME@-dir \- Show the files contained in a WIM archive .SH SYNOPSIS -\fBimagex dir\fR \fIWIMFILE\fR \fIIMAGE\fR +\fB@IMAGEX_PROGNAME@ dir\fR \fIWIMFILE\fR \fIIMAGE\fR .SH DESCRIPTION .PP @@ -12,24 +12,27 @@ Windows Imaging (WIM) file \fIWIMFILE\fR. \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. +"all" to indicate that files from all images are to be shown. Use the +\fB@IMAGEX_PROGNAME@ 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. +\fB@IMAGEX_PROGNAME@ dir\fR supports split WIMs, but it will only work on the +first part of the split WIM. The DOS names of files are not displayed. +Alternate data streams are not displayed. + .SH EXAMPLES -Show all files in the first image of 'boot.wim': +List all files in the first image of 'boot.wim': .RS .PP -image dir boot.wim 1 +@IMAGEX_PROGNAME@ dir boot.wim 1 .RE .PP .SH SEE ALSO -.BR imagex (1) - +.BR @IMAGEX_PROGNAME@ (1) +.BR @IMAGEX_PROGNAME@-info (1)