diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-12-13 17:41:20 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-12-13 17:41:20 +0200 |
commit | c3e94d37e8d10a3e96019864b6f5d7b578db2c14 (patch) | |
tree | 9e1f2c6a6997433d3d52929c9424467e4fb0d55b | |
parent | Add NEWS for 5.2.10. (diff) | |
download | xz-c3e94d37e8d10a3e96019864b6f5d7b578db2c14.tar.xz |
Fix a typo in NEWS.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ XZ Utils Release Notes from multithreaded mode to single-threaded mode and won't scale down the LZMA2 dictionary size. - - Added a new option --memlimit-decompress-mt=LIMIT. This is + - Added a new option --memlimit-mt-decompress=LIMIT. This is used to limit the number of decompressor threads (possibly falling back to single-threaded mode) but it will never make xz refuse to decompress a file. This has a system-specific |