Skip to content

Commit

Permalink
Add two missing cname values
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Oct 17, 2024
1 parent e9e2320 commit f6d5f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ To change type-specific options, use `--compression-options <key=value>`.

Supported options for `blosc` are:

* `cname=<codec>`, where the default is `cname=lz4`. `zstd` and `zlib` are also valid values of `cname`.
* `cname=<codec>`, where the default is `cname=lz4`. `zstd`, `zlib`, `blosclz`, and `lz4hc` are also valid values of `cname`.
* `clevel=<level>`, where the default is `clevel=5`. Valid values are integers from 1 to 9 inclusive.

Supported options for `zlib` are:
Expand Down

0 comments on commit f6d5f30

Please sign in to comment.