summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2018-05-07 21:38:45 (GMT)
committerGitHub <noreply@github.com>2018-05-07 21:38:45 (GMT)
commitb3692db46d2b23a7c0af2d5e69988c94f126e10a (patch)
treed9aa14d72978e78a1ca2f1aee99511ce2d04293c /programs/lz4.1.md
parentdfed9fa1d77f0434306d377c4da1f7191d3ba08a (diff)
parentbf6fd938e522150e2a30bee978102769a51f4b3e (diff)
downloadlz4-b3692db46d2b23a7c0af2d5e69988c94f126e10a.zip
lz4-b3692db46d2b23a7c0af2d5e69988c94f126e10a.tar.gz
lz4-b3692db46d2b23a7c0af2d5e69988c94f126e10a.tar.bz2
Merge pull request #531 from lz4/devv1.8.2
Preparing v1.8.2
Diffstat (limited to 'programs/lz4.1.md')
-rw-r--r--programs/lz4.1.md6
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