]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimextract.1
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / doc / man1 / wimextract.1
index f20f2f33c75cdb235046e0f6e182a2283e807087..6fae7e04eaaad9fbe3653868a105857de06fc613 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMEXTRACT "1" "January 2017" "wimlib 1.11.0" "User Commands"
+.TH WIMEXTRACT "1" "February 2024" "wimlib 1.14.4" "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.