X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fimagex-update.1.in;h=fa81cb3e312c9d19c4825d69fcf0acd9bf72fc62;hb=c2be2a2774b80732021e47268769e384d5e263e7;hp=b2745467a1e11d9bfa3ea7553227a7e18af8683f;hpb=ec60614b1897da8e615c9159a38552648dda53d6;p=wimlib diff --git a/doc/imagex-update.1.in b/doc/imagex-update.1.in index b2745467..fa81cb3e 100644 --- a/doc/imagex-update.1.in +++ b/doc/imagex-update.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "December 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-update \- Update a WIM image .SH SYNOPSIS @@ -34,7 +34,7 @@ not exist in the WIM image, then any prerequisite directories are created as needed to add the \fISOURCE\fR at that location. .PP The \fBadd\fR command supports a subset of the options accepted by -\fB@IMAGEX_PROGNAME@-capture\fR; namely, \fB--verbose\fR, \fB--dereference\fR, +\fB@IMAGEX_PROGNAME@-capture\fR; namely, \fB--dereference\fR, \fB--unix-data\fR, \fB--no-acls\fR, and \fB--strict-acls\fR. See \fB@IMAGEX_PROGNAME@-capture\fR (1) for explanations of these options. .SS \fBdelete\fR [\fIOPTION\fR...] \fIPATH\fR @@ -63,9 +63,6 @@ There are no options available for the \fBrename\fR command. The following options are accepted on the command line by \fB@IMAGEX_PROGNAME@ update\fR itself: .TP 6 -\fB--verbose\fR -Use \fB--verbose\fR for all \fBadd\fR commands. -.TP \fB--dereference\fR Use \fB--dereference\fR for all \fBadd\fR commands. .TP @@ -142,8 +139,10 @@ subdirectory named "Public" in this directory must be specified as All paths to files or directories within the WIM image must be specified relative to the root of the image. However, the leading slash is optional, and both forward slashes and backslashes are accepted. In addition, on Windows, the -paths are treated case-insensitively, while on UNIX-like systems, the paths are -treated case-sensitively. +paths are by default treated case-insensitively, while on UNIX-like systems, the +paths are by default treated case-sensitively. The default case sensitivity may +be changed by setting the \fBWIMLIB_IMAGEX_IGNORE_CASE\fR environmental +variable to 0 or 1. .PP The command file (\fICMDFILE\fR) is parsed by \fB@IMAGEX_PROGNAME@ update\fR itself and not by the system shell. Therefore, its syntax is limited. However,