]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed advanced commands --maxdict= and --dictID=
authorYann Collet <cyan@fb.com>
Fri, 24 Mar 2017 23:04:29 +0000 (16:04 -0700)
committerYann Collet <cyan@fb.com>
Fri, 24 Mar 2017 23:04:29 +0000 (16:04 -0700)
commit96aa3019b25bfa6c016e935e8f4e7a4944b766d8
treecb717aea7b35cde44b40545ac54781724732a72f
parent9da3b215ec5d088da3c7a40d1779b076cdd2a26b
changed advanced commands --maxdict= and --dictID=

now works with the `=` variant, which is the recommended one.
Old variant `--dictID #` still works, for compatibility with existing scripts.
Long term objective is to remove the old variant..
lib/dictBuilder/zdict.c
programs/zstd.1
programs/zstd.1.md
programs/zstdcli.c