]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
add man entry for --max
authorYann Collet <cyan@fb.com>
Sun, 9 Feb 2025 19:51:25 +0000 (11:51 -0800)
committerYann Collet <cyan@fb.com>
Sun, 9 Feb 2025 19:51:25 +0000 (11:51 -0800)
programs/zstd.1.md

index b4e848640fd6d22411aac32c055a7cec2f3544f7..184db049fe1ecfc9c8a53efdfc894962b52b71cc 100644 (file)
@@ -161,6 +161,9 @@ the last one takes effect.
 
     Note: If `windowLog` is set to larger than 27, `--long=windowLog` or
     `--memory=windowSize` needs to be passed to the decompressor.
+* `--max`:
+    set advanced parameters to maximum compression.
+    warning: this setting uses a lot of resources and is very slow.
 * `-D DICT`:
     use `DICT` as Dictionary to compress or decompress FILE(s)
 * `--patch-from FILE`: