X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fimagex-update.1.in;h=f688e6b7aa511d4cc05855e2862590c997dc0387;hp=83668f5ad74b7ce14cb1ffe8d86e50f6abb02bdc;hb=8cf21d34c68d8d2a1917d7f6a42e01dcdf35208d;hpb=bafd3460a2f40174b8329e6059fd7338730958e8 diff --git a/doc/man1/imagex-update.1.in b/doc/man1/imagex-update.1.in index 83668f5a..f688e6b7 100644 --- a/doc/man1/imagex-update.1.in +++ b/doc/man1/imagex-update.1.in @@ -37,6 +37,10 @@ The \fBadd\fR command supports a subset of the options accepted by \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. +.PP +In addition, the \fBadd\fR command supports the \fB--no-replace\fR option, which +causes the \fBadd\fR command to refuse to overwrite existing nondirectory files +in the WIM image. .SS \fBdelete\fR [\fIOPTION\fR...] \fIPATH\fR Delete a file or directory tree from the WIM image. \fIPATH\fR must specify the path inside the WIM image of the file or directory tree to delete. @@ -75,6 +79,9 @@ Use \fB--no-acls\fR for all \fBadd\fR commands. \fB--strict-acls\fR Use \fB--strict-acls\fR for all \fBadd\fR commands. .TP +\fB--no-replace\fR +Use \fB--no-replace\fR for all \fBadd\fR commands. +.TP \fB--config\fR=\fIFILE\fR Set the capture configuration file for all \fBadd\fR commands. See the description of this option in \fB@IMAGEX_PROGNAME@-capture\fR (1).