diff options
Diffstat (limited to 'doc/tar2sqfs.1')
-rw-r--r-- | doc/tar2sqfs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index 70f2006..5cad16a 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -36,9 +36,9 @@ A comma seperated list of extra options for the selected compressor. Specify \fBhelp\fR to get a list of available options. .TP \fB\-\-num\-jobs\fR, \fB\-j\fR <count> -If tar2sqfs was compiled with a built in pthread based parallel data +If libsquashfs was compiled with a thread pool based, parallel data compressor, this option can be used to set the number of compressor -threads. If not set, the default is 1. +threads. If not set, the default is the number of available CPU cores. .TP \fB\-\-queue\-backlog\fR, \fB\-Q\fR <count> Maximum number of data blocks in the thread worker queue before the packer |