Merge pull request #3108 from paulmenzel/fix-typo-in-zstd.1

Remove superfluous *not* in description of `--long[=#]` in zstd(1)
This commit is contained in:
Yann Collet
2022-04-03 23:12:06 -07:00
committed by GitHub
+1 -1
View File
@@ -139,7 +139,7 @@ the last one takes effect.
_note_ : at the time of this writing, `--adapt` can remain stuck at low speed
when combined with multiple worker threads (>=2).
* `--long[=#]`:
enables long distance matching with `#` `windowLog`, if not `#` is not
enables long distance matching with `#` `windowLog`, if `#` is not
present it defaults to `27`.
This increases the window size (`windowLog`) and memory usage for both the
compressor and decompressor.