From 8ae1330708b42c7f5751e94e02970e7ccb5d9731 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 9 Feb 2025 11:51:25 -0800 Subject: [PATCH] add man entry for --max --- programs/zstd.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/programs/zstd.1.md b/programs/zstd.1.md index b4e848640..184db049f 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -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`: