X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fwimlib-imagex-capture.1;h=79c99bf7be6dc11396ee201f663c04b7cf7305ab;hp=3413075bb69b2617c744fd7ee1aeb1410ecb5cb4;hb=55dcf988292efc1d9a586574a2c4d3082b67b282;hpb=9a4ffbf427c8a9d0956a277c50b307f997cb046c diff --git a/doc/man1/wimlib-imagex-capture.1 b/doc/man1/wimlib-imagex-capture.1 index 3413075b..79c99bf7 100644 --- a/doc/man1/wimlib-imagex-capture.1 +++ b/doc/man1/wimlib-imagex-capture.1 @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "August 2015" "wimlib 1.8.2" "User Commands" +.TH WIMLIB-IMAGEX "1" "November 2015" "wimlib 1.8.3" "User Commands" .SH NAME wimlib-imagex-capture, wimlib-imagex-append \- Create or append a WIM image .SH SYNOPSIS @@ -279,6 +279,19 @@ optimize\fR(1). Specify a string to use in the element of the XML data for the new image. .TP +\fB--image-property\fR \fINAME\fR=\fIVALUE\fR +Specify an arbitrary per-image property to set in the XML document of the WIM +file. \fIVALUE\fR is the string to set as the property value. \fINAME\fR is +the name of the image property, for example "NAME", "DESCRIPTION", or +"TOTALBYTES". The name can contain forward slashes to indicate a nested XML +element; for example, "WINDOWS/VERSION/BUILD" indicates the BUILD element nested +within the VERSION element nested within the WINDOWS element. A bracketed +number can be used to indicate one of several identically-named elements; for +example, "WINDOWS/LANGUAGES/LANGUAGE[2]" indicates the second "LANGUAGE" element +nested within the "WINDOWS/LANGUAGES" element. When adding a list of elements +in this way, they must be specified in sequential order. Note that element +names are case-sensitive. This option may be specified multiple times. +.TP \fB--dereference\fR (UNIX-like systems only) Follow symbolic links and archive the files they point to, rather than archiving the links themselves.