]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add threads write option for zstd to man pages (#1952)
authortomaThomas <thomas.moeller@mailbox.org>
Mon, 4 Sep 2023 09:08:39 +0000 (11:08 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 09:08:39 +0000 (11:08 +0200)
The threads option of zstd is supported by libarchive, but it is missing
in the man pages.
Fixes #1951

libarchive/archive_write_set_options.3

index dd573588d573606ac4d7570fbb9c7f2efc751873..86079bfbf2973cd5a1bc9296b850001910f58508 100644 (file)
@@ -257,6 +257,11 @@ If supported, the default value is read from
 The value is interpreted as a decimal integer specifying the
 compression level. Supported values depend on the library version,
 common values are from 1 to 22.
+.It Cm threads
+The value is interpreted as a decimal integer specifying the
+number of threads for multi-threaded zstd compression.
+If set to 0, zstd will attempt to detect and use the number
+of physical CPU cores.
 .El
 .It Format 7zip
 .Bl -tag -compact -width indent