diff options
Diffstat (limited to 'doc/gensquashfs.1')
-rw-r--r-- | doc/gensquashfs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index c364c98..6e17831 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -30,9 +30,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 gensquashfs was compiled with a built in pthread based parallel data +If libsquashfs was compiled with a built in 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 |