From 5cf5e39e051161b79e9bbe9145ecb9238a6aa19a Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 25 Jul 2019 22:49:14 +0200 Subject: Update rdsquashfs man page Signed-off-by: David Oberhollenzer --- doc/rdsquashfs.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/rdsquashfs.1 b/doc/rdsquashfs.1 index e42367b..0d6a26d 100644 --- a/doc/rdsquashfs.1 +++ b/doc/rdsquashfs.1 @@ -34,6 +34,13 @@ data is unpacked to. If used with \fB\-\-describe\fR, this is used as a prefix for the input path of regular files. .TP +\fB\-\-jobs\fR, \fB\-j\fR +Specify a number of parallel jobs to spawn for unpacking file data. +The file hierarchy is created sequentially but the data unpacking is +distributed over the given number of jobs so that each job has to unpack +roughly the same amount of data. This can be used to speed up unpacking +of large SquashFS archives. +.TP \fB\-\-no\-dev\fR, \fB\-D\fR Do not unpack device special files. .TP -- cgit v1.2.3