summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1.md
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-04-23 00:43:01 (GMT)
committerGitHub <noreply@github.com>2019-04-23 00:43:01 (GMT)
commit291b3d8b7e61efc260639c731a3b429419cbc471 (patch)
tree786ee1fb73fe6ada8a3b7f4ec6a612c771d87b72 /programs/lz4.1.md
parentc4fe7a20476c53f9814ea990300481c2fcaaa94e (diff)
parent35b83a921f8030ee9b71cbb7324dc7aafaeb9878 (diff)
downloadlz4-291b3d8b7e61efc260639c731a3b429419cbc471.zip
lz4-291b3d8b7e61efc260639c731a3b429419cbc471.tar.gz
lz4-291b3d8b7e61efc260639c731a3b429419cbc471.tar.bz2
Merge pull request #691 from lz4/list
--list
Diffstat (limited to 'programs/lz4.1.md')
-rw-r--r--programs/lz4.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/programs/lz4.1.md b/programs/lz4.1.md
index ffda3ff..8874467 100644
--- a/programs/lz4.1.md
+++ b/programs/lz4.1.md
@@ -113,6 +113,10 @@ only the latest one will be applied.
* `-b#`:
Benchmark mode, using `#` compression level.
+* `--list`:
+ List information about .lz4 files.
+ note : current implementation is limited to single-frame .lz4 files.
+
### Operation modifiers
* `-#`:
@@ -160,6 +164,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).