summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorHarry Mallon <hjmallon@gmail.com>2020-03-11 12:47:49 +0000
committerHarry Mallon <harry.mallon@codex.online>2020-04-07 19:17:14 +0100
commitc13d55f2ee980b593f4b6410bfc12a0cdb63cef7 (patch)
tree5b8b06c3a1837201d40aeeb55dac1b2019b1bccf /tar
parent5d807fdfa9fc0e38b05530cf223640dc360b426e (diff)
downloadlibarchive-c13d55f2ee980b593f4b6410bfc12a0cdb63cef7.tar.gz
zstd: Support negative compression-levels
Diffstat (limited to 'tar')
-rw-r--r--tar/bsdtar.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tar/bsdtar.1 b/tar/bsdtar.1
index f1574234..86a06bbd 100644
--- a/tar/bsdtar.1
+++ b/tar/bsdtar.1
@@ -631,7 +631,8 @@ A decimal integer from 4 to 7 specifying the lz4 compression block size
Use the previous block of the block being compressed for
a compression dictionary to improve compression ratio.
.It Cm zstd:compression-level
-A decimal integer from 1 to 22 specifying the zstd compression level.
+A decimal integer specifying the zstd compression level. Supported values depend
+on the library version, common values are from 1 to 22.
.It Cm lzop:compression-level
A decimal integer from 1 to 9 specifying the lzop compression level.
.It Cm xz:compression-level