X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-capture.1.in;h=5e76499d3296eda60aeb59e8d00b68f83dc1fe57;hp=02d47650b0393faebb0fe6f3946f4b3eb91c6278;hb=f1153575fae2fad42e2b73ff744c25e3a8d01ad0;hpb=370533dcb819ad11d6424e7e0284915eb501812b diff --git a/doc/imagex-capture.1.in b/doc/imagex-capture.1.in index 02d47650..5e76499d 100644 --- a/doc/imagex-capture.1.in +++ b/doc/imagex-capture.1.in @@ -32,20 +32,23 @@ Specifies the compression type for the WIM file. \fITYPE\fR may be "none", is specified but \fITYPE\fR is not, the compression type is taken to be "maximum", which is LZX compression. "fast" compression is XPRESS compression. .TP -\fB--config\fR \fICONFIG_FILE\fR -This option is currently unsupported. -.TP \fB--flags\fR \fIEDITIONID\fR Specify a string to use in the element of the XML data for the image. .TP -\fB--norpfix -This option is currently unsupported. -.TP -\fB--verify\fR -This option is currently unsupported. -.TP \fB--verbose\fR Print the names of files and directories as they are captured. +.TP +\fB--dereference\fR +Follow symlinks; archive and dump the files they point to. (The default is to +archive the symlinks themselves) + +.SH EXAMPLES +.IP +image capture boot boot.wim --compress=maximum --check +.LP +Create a new WIM 'boot.wim' from the directory 'boot', using LZX compression and +including an integrity table. + .SH SEE ALSO .BR imagex (1)