replaced Zstandard by zstd in man page

identified by @paulmenzel in #3286
This commit is contained in:
Yann Collet
2022-10-11 23:32:18 -07:00
parent b63854b237
commit 9abecfbb7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ the last one takes effect.
The decoder will have to rely on implicit knowledge about which dictionary to use,
it won't be able to check if it's correct.
* `-M#`, `--memory=#`:
Set a memory usage limit. By default, Zstandard uses 128 MB for decompression
Set a memory usage limit. By default, `zstd` uses 128 MB for decompression
as the maximum amount of memory the decompressor is allowed to use, but you can
override this manually if need be in either direction (i.e. you can increase or
decrease it).