diff options
author | Yann Collet <cyan@fb.com> | 2018-03-19 23:18:10 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-03-19 23:18:10 (GMT) |
commit | d6711a7cffe3b9f7104ea48c193be7d7fc9e4d69 (patch) | |
tree | cc780409e981fe015b56f820233577dcf6d20068 /programs/lz4.1.md | |
parent | 6c23f03b93608a444f8747940bca26708a58fa78 (diff) | |
download | lz4-d6711a7cffe3b9f7104ea48c193be7d7fc9e4d69.zip lz4-d6711a7cffe3b9f7104ea48c193be7d7fc9e4d69.tar.gz lz4-d6711a7cffe3b9f7104ea48c193be7d7fc9e4d69.tar.bz2 |
minor man fix on clevels
Diffstat (limited to 'programs/lz4.1.md')
-rw-r--r-- | programs/lz4.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/lz4.1.md b/programs/lz4.1.md index b7b8570..a5168e9 100644 --- a/programs/lz4.1.md +++ b/programs/lz4.1.md @@ -117,9 +117,9 @@ only the latest one will be applied. ### Operation modifiers * `-#`: - Compression level, with # being any value from 1 to 16. + Compression level, with # being any value from 1 to 12. Higher values trade compression speed for compression ratio. - Values above 16 are considered the same as 16. + Values above 12 are considered the same as 12. Recommended values are 1 for fast compression (default), and 9 for high compression. Speed/compression trade-off will vary depending on data to compress. @@ -206,7 +206,7 @@ only the latest one will be applied. Benchmark multiple compression levels, from b# to e# (included) * `-i#`: - Minimum evaluation in seconds \[1-9\] (default : 3) + Minimum evaluation time in seconds \[1-9\] (default : 3) BUGS |