diff options
-rw-r--r-- | doc/gensquashfs.1 | 4 | ||||
-rw-r--r-- | doc/tar2sqfs.1 | 4 |
2 files changed, 4 insertions, 4 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 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 |