]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed command --blocksize into --split
authorYann Collet <cyan@fb.com>
Tue, 4 Mar 2025 20:51:39 +0000 (12:51 -0800)
committerYann Collet <cyan@fb.com>
Tue, 4 Mar 2025 20:53:23 +0000 (12:53 -0800)
commitd5dbdd6ece53ac5bcab2b91fcd7a1b776b84dfb1
tree158d3b46487eb39fc9ab80225c2c560b47d3f17d
parent7df457a51de8e0fa30528daf7db9e7a77184518c
changed command --blocksize into --split

to reduce confusion with the concept of "blocks" inside a Zstandard frame.

We are now talking about "independent chunks" being produced by a `split` operation.

updated documentation accordingly.

Note: old commands "-B#` and `--blocksize=#` remain supported,
to maintain compatibility with existing scripts.
programs/benchzstd.h
programs/zstd.1.md
programs/zstdcli.c