X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-extract.1.in;h=55155a835218e1564715912bc897b9f0d675f353;hb=199fd93eb6f74d81b304d310c8b1b1bb9b55db82;hp=ff9eaa018619b4d41571d954bb160fa3a2fdacc2;hpb=e7396f16433694f9b29deb1e62861ea7799a0774;p=wimlib diff --git a/doc/imagex-extract.1.in b/doc/imagex-extract.1.in index ff9eaa01..55155a83 100644 --- a/doc/imagex-extract.1.in +++ b/doc/imagex-extract.1.in @@ -51,8 +51,10 @@ When reading \fIWIMFILE\fR, verify its integrity if an integrity table is present. .TP \fB--ref\fR="\fIGLOB\fR" -File glob of additional split WIM parts that are part of the split WIM. See -\fBSPLIT_WIMS\fR. +File glob of additional WIMs or split WIM parts to reference resources from. +See \fBSPLIT_WIMS\fR. Note: since \fIGLOB\fR is listed in quotes because it is +interpreted by \fB@IMAGEX_PROGNAME@\fR and may need to be quoted to protect +against shell expansion. .TP \fB--verbose\fR This option no longer does anything but is reserved for future use. @@ -83,9 +85,9 @@ See the documentation \fB@IMAGEX_PROGNAME@ apply\fR (1) for documentation about what data and metadata are extracted on UNIX-like systems versus on Windows. .PP On UNIX-like systems that support userspace filesystems with FUSE (e.g. Linux), -one can alternatively mount the WIM image with \fB@IMAGEX_PROGNAME@ mount\fR and -then extract the desired files or directories using any standard command-line or -graphical program. +one can alternatively mount the WIM image with \fB@IMAGEX_PROGNAME@ mount\fR (1) +and then extract the desired files or directories using any standard +command-line or graphical program. .PP Reparse-point fixups (a.k.a. changing absolute symbolic links and junctions to point within the extraction location) are never done by \fB@IMAGEX_PROGNAME@