erofs-utils: manpage: add more description for --extract option
authorGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 15 Jul 2024 03:38:29 +0000 (11:38 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 15 Jul 2024 05:34:20 +0000 (13:34 +0800)
Especially, extract files to a specific directory.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240715033829.2338056-1-hsiangkao@linux.alibaba.com
man/fsck.erofs.1

index c94fff9c025a9d6a3f6e4c07ec748f8d03d00300..393ae9e524b45a41cbf294c8764db33adfbd221c 100644 (file)
@@ -27,15 +27,17 @@ You may give multiple
 .B --device
 options in the correct order.
 .TP
-.B \-\-extract
-Check if all files are well encoded. This read all compressed files,
-and hence create more I/O load,
-so it might take too much time depending on the image.
+.BI "\-\-extract" "[=directory]"
+Test to extract the whole file system. It scans all inode data, including
+compressed inode data, which leads to more I/O and CPU load, so it might
+take a long time depending on the image size.
+
+Optionally extract contents of the \fIIMAGE\fR to \fIdirectory\fR.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Display help string and exit.
 .TP
-\fB\-a\fR, \fB\-A\fR, \fB-y\R
+\fB\-a\fR, \fB\-A\fR, \fB-y\fR
 These options do nothing at all; they are provided only for compatibility with
 the fsck programs of other filesystems.
 .SH AUTHOR