diff options
author | Yann Collet <cyan@fb.com> | 2022-08-11 21:06:17 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2022-08-11 21:06:30 (GMT) |
commit | 18b293d9fd11d6af7c9fd6af51af71557c31d08f (patch) | |
tree | eb47fe632c2fceba562bc785ca1165343f9a7395 /programs | |
parent | e691e827280453e67fdf57421bb58d6e1faf734d (diff) | |
download | lz4-18b293d9fd11d6af7c9fd6af51af71557c31d08f.zip lz4-18b293d9fd11d6af7c9fd6af51af71557c31d08f.tar.gz lz4-18b293d9fd11d6af7c9fd6af51af71557c31d08f.tar.bz2 |
updated documentation in anticipation for `v1.9.4` release
Diffstat (limited to 'programs')
-rw-r--r-- | programs/lz4.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/lz4.1.md b/programs/lz4.1.md index 39dc925..4160c64 100644 --- a/programs/lz4.1.md +++ b/programs/lz4.1.md @@ -185,6 +185,9 @@ only the latest one will be applied. * `-BD`: Blocks depend on predecessors (improves compression ratio, more noticeable on small blocks) +* `-BX`: + Generate block checksums (default:disabled) + * `--[no-]frame-crc`: Select frame checksum (default:enabled) |