summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-23 18:59:41 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-23 18:59:41 (GMT)
commit6b923d57a6af892d2d8da409fb07f256504c074c (patch)
tree83e316b0aabb665583c054ddddc8b36a26b69127 /programs/lz4.1
parentd0f8d407b0fee05e3f1c325c54948b54685f9e92 (diff)
downloadlz4-6b923d57a6af892d2d8da409fb07f256504c074c.zip
lz4-6b923d57a6af892d2d8da409fb07f256504c074c.tar.gz
lz4-6b923d57a6af892d2d8da409fb07f256504c074c.tar.bz2
Updated long commands, with reverse "--no-" variants
Diffstat (limited to 'programs/lz4.1')
-rw-r--r--programs/lz4.118
1 files changed, 14 insertions, 4 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1
index 8bab7a3..85bfb06 100644
--- a/programs/lz4.1
+++ b/programs/lz4.1
@@ -59,12 +59,19 @@ files as is.
.B lz4
will decompress such files as if they were a single
.B .lz4
-file.
+file. For example:
+ lz4 file1 > foo.lz4
+ lz4 file2 >> foo.lz4
+ then
+ lz4cat foo.lz4
+ is equivalent to :
+ cat file1 file2
+
.PP
.SH OPTIONS
.
-.SS "Short command concatenation"
+.SS "Short commands concatenation"
In some cases, some options can be expressed using short command
.B "-x"
or long command
@@ -75,6 +82,9 @@ is equivalent to
.B "-dc" .
Long commands cannot be concatenated.
They must be clearly separated by a space.
+.SS "Multiple commands"
+When multiple contradictory commands are issued on a same command line,
+only the latest one will be applied.
.
.SS "Operation mode"
If multiple operation mode options are given,
@@ -171,10 +181,10 @@ with the resulting compressed file named
.B \--no-frame-crc
disable stream checksum (default:enabled)
.TP
-.B \--frame-content-size
+.B \--content-size
compressed frame includes original size (default:not present)
.TP
-.B \--sparse-support
+.B \--sparse
enable sparse file (default:disabled)(experimental)
.TP
.B \-l