summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
diff options
context:
space:
mode:
authorgabrielstedman <gabriwinter@gmail.com>2019-04-21 16:43:57 (GMT)
committergabrielstedman <gabriwinter@gmail.com>2019-04-21 17:20:40 (GMT)
commit5fdc6d201ee4f46a1909a2b948e47d2bf8e4c1b3 (patch)
tree7650633116190e6f4d3cdc4cf176e58b87321925 /programs/lz4.1.md
parent55484191c40a2909bf08eb23754a136199c134c2 (diff)
downloadlz4-5fdc6d201ee4f46a1909a2b948e47d2bf8e4c1b3.zip
lz4-5fdc6d201ee4f46a1909a2b948e47d2bf8e4c1b3.tar.gz
lz4-5fdc6d201ee4f46a1909a2b948e47d2bf8e4c1b3.tar.bz2
FR #598 Improve initial design, test mallocs, support C90.
Diffstat (limited to 'programs/lz4.1.md')
-rw-r--r--programs/lz4.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/programs/lz4.1.md b/programs/lz4.1.md
index 10449a0..7db9f19 100644
--- a/programs/lz4.1.md
+++ b/programs/lz4.1.md
@@ -114,6 +114,11 @@ only the latest one will be applied.
* `-b#`:
Benchmark mode, using `#` compression level.
+* `--list`:
+ List mode.
+ Lists information about .lz4 files.
+ Useful if compressed with --content-size flag.
+
### Operation modifiers
* `-#`:
@@ -161,6 +166,7 @@ only the latest one will be applied.
Multiple input files.
Compressed file names will be appended a `.lz4` suffix.
This mode also reduces notification level.
+ Can also be used to list multiple files.
`lz4 -m` has a behavior equivalent to `gzip -k`
(it preserves source files by default).