From 58c5d7c933a714096ef0dd42bd1446a6e1a25a16 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 18 Aug 2019 18:57:11 +0200 Subject: Make data writer use block processor Signed-off-by: David Oberhollenzer --- doc/gensquashfs.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/gensquashfs.1') diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index fca45cd..85c13d5 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -29,6 +29,11 @@ and the default selection. 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 +If gensquashfs was compiled with a built in pthread based parallel data +compressor, this option can be used to set the number of compressor +threads. If not set, the default is 1. +.TP \fB\-\-block\-size\fR, \fB\-b\fR Block size to use for Squashfs image. Defaults to 131072. -- cgit v1.2.3