X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-extract.1.in;h=2b9afc18ce6a1d92688429fc6ffaf4c8731f0ffe;hp=6d21cee43aff8b90cb6a4577b6ca66082e89f32e;hb=1fc939b7bd0b37900d974b1cd5b11df128df71f5;hpb=d9675dd5814394373d9871c6e9b7b35325b3d21d diff --git a/doc/imagex-extract.1.in b/doc/imagex-extract.1.in index 6d21cee4..2b9afc18 100644 --- a/doc/imagex-extract.1.in +++ b/doc/imagex-extract.1.in @@ -40,7 +40,9 @@ Each such path must be specified as an absolute path starting from the root of the WIM image, like those output by the \fB@IMAGEX_PROGNAME@ dir\fR (1) command. However, path separators may be either forward or backward slashes, and the leading slash is optional; also, on Windows, the paths are treated -case-insensitively, while on UNIX, paths are treated case-sensitively. +case-insensitively, while on UNIX, paths are treated case-sensitively, except +when overwritten through the \fBWIMLIB_IMAGEX_IGNORE_CASE\fR environmental +variable, as documented in \fB@IMAGEX_PROGNAME@\fR (1). .PP If no \fIPATH\fRs are provided, the default behavior is to extract the full image, as if the path "/" had been provided. @@ -104,10 +106,6 @@ Do not interpret wildcard characters in paths in the \fILISTFILE\fR. \fB--strict-wildcards\fR Fail if any wildcards or paths in \fILISTFILE\fR do not match any files in the WIM image. The default behavior is to warn only. -.TP -\fB--case-insensitive-wildcards\fR -Treat the wildcards or paths in \fILISTFILE\fR as case-insensitive. On Windows -this is already the default behavior, but on UNIX-like systems it is not. .SH NOTES 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.