From f6d5f301f2d12be32e720fcdb3a0f2298470d3f4 Mon Sep 17 00:00:00 2001 From: Melissa Linkert Date: Thu, 17 Oct 2024 15:33:36 -0500 Subject: [PATCH] Add two missing cname values --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c704c..938269f 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ To change type-specific options, use `--compression-options `. Supported options for `blosc` are: -* `cname=`, where the default is `cname=lz4`. `zstd` and `zlib` are also valid values of `cname`. +* `cname=`, where the default is `cname=lz4`. `zstd`, `zlib`, `blosclz`, and `lz4hc` are also valid values of `cname`. * `clevel=`, where the default is `clevel=5`. Valid values are integers from 1 to 9 inclusive. Supported options for `zlib` are: