From: Eric Biggers Date: Sat, 28 Dec 2013 19:53:26 +0000 (-0600) Subject: wimextract: Fix man page X-Git-Tag: v1.6.0~68 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=36d2252f01e873df1252ba95b93357f88b565e37 wimextract: Fix man page --- diff --git a/doc/imagex-extract.1.in b/doc/imagex-extract.1.in index c38fa149..33bf9f7e 100644 --- a/doc/imagex-extract.1.in +++ b/doc/imagex-extract.1.in @@ -55,12 +55,12 @@ the ';' character and otherwise empty lines are ignored. Each path must be unquoted and must specify a full path in the WIM image, as described above. However, unless \fB--no-wildcards\fR is specified, each path in the list file may also contain the wildcard characters '?' and '*', and therefore may expand -to multiple actual files or directories. By default, paths or wildcards that -match no wildcards only produce a warning; use \fB--strict-wildcards\fR if you -want an error instead. Also, when using a list file, files and directories not -located at the root of the WIM image will be extracted to a corresponding -subdirectory of the destination directory rather than directly to the -destination directory itself. +to multiple actual files or directories. By default, a path or wildcard glob +that matches no files or directories in the WIM image only produces a warning; +use \fB--strict-wildcards\fR if you want an error instead. Also, when using a +list file, files and directories not located at the root of the WIM image will +be extracted to a corresponding subdirectory of the destination directory rather +than directly to the destination directory itself. .SH SPLIT WIMS You may use \fB@IMAGEX_PROGNAME@ extract\fR to extract files or directory trees from a split WIM. This uses the \fB--refs\fR="\fIGLOB\fR" option in the same