diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-25 22:49:14 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-25 22:49:14 +0200 |
commit | 5cf5e39e051161b79e9bbe9145ecb9238a6aa19a (patch) | |
tree | 0feef2eb8dffb74bfda038b851b21118ebffd009 | |
parent | 75dea27979f0d219eed9c6afc3a721f592f7ca2a (diff) |
Update rdsquashfs man page
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | doc/rdsquashfs.1 | 7 |
1 files changed, 7 insertions, 0 deletions
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 <count> +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 |