X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=doc%2Fman1%2Fwimextract.1;h=875f4d8c687cf12ab408ccd033597e02c841bc5d;hb=97db529847600f65747d437ab2fe0f819e4a363f;hp=99c73b4faa2f7188c2a9fc1b09b8e3116d89fcb9;hpb=7a7beb822c6b1498cb94704d440d9c3ad8ee4aa2;p=wimlib diff --git a/doc/man1/wimextract.1 b/doc/man1/wimextract.1 index 99c73b4f..875f4d8c 100644 --- a/doc/man1/wimextract.1 +++ b/doc/man1/wimextract.1 @@ -1,4 +1,4 @@ -.TH WIMEXTRACT "1" "July 2017" "wimlib 1.12.0" "User Commands" +.TH WIMEXTRACT "1" "April 2023" "wimlib 1.14.0" "User Commands" .SH NAME wimextract \- Extract files from a WIM image .SH SYNOPSIS @@ -22,7 +22,9 @@ Otherwise, each additional argument is interpreted as a \fIPATH\fR if it does not begin with the '@' character, or a \fILISTFILE\fR if it does. Each \fIPATH\fR specifies a file or directory tree within the WIM image to extract, whereas each \fILISTFILE\fR specifies a file that itself contains a list of -paths to extract. See \fBPATHS AND LISTFILES\fR for more details. +paths to extract. If a \fILISTFILE\fR is "-" (i.e. the whole argument is "@-"), +then the listfile is read from standard input. See \fBPATHS AND LISTFILES\fR +for more details. .PP By default, files and directories are extracted to the current directory. Use \fB--dest-dir\fR to select a different destination directory. Alternatively, @@ -150,6 +152,9 @@ See the documentation for this option to \fBwimapply\fR(1). .TP \fB--compact\fR=\fIFORMAT\fR See the documentation for this option to \fBwimapply\fR(1). +.TP +\fB--recover-data\fR +See the documentation for this option to \fBwimapply\fR(1). .SH NOTES See \fBwimapply\fR(1) for information about what data and metadata are extracted on UNIX-like systems versus on Windows.