summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-23 20:22:13 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-23 20:22:13 (GMT)
commit80e71c6e8b0cbcd3b9976ded45cef1474a34b40c (patch)
tree24728592762e20dac81b8a262576abe8df1aae17 /programs/lz4.1
parent5950f72b9e48ea2c928c9751de04fe3bb4d0119a (diff)
downloadlz4-80e71c6e8b0cbcd3b9976ded45cef1474a34b40c.zip
lz4-80e71c6e8b0cbcd3b9976ded45cef1474a34b40c.tar.gz
lz4-80e71c6e8b0cbcd3b9976ded45cef1474a34b40c.tar.bz2
Updated man page : "--[no-]X"
Diffstat (limited to 'programs/lz4.1')
-rw-r--r--programs/lz4.116
1 files changed, 8 insertions, 8 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1
index 85bfb06..1225832 100644
--- a/programs/lz4.1
+++ b/programs/lz4.1
@@ -87,8 +87,6 @@ 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,
-the last one takes effect.
.TP
.BR \-z ", " \-\-compress
Compress.
@@ -122,7 +120,7 @@ Test the integrity of compressed
.B .lz4
files.
The decompressed data is discarded.
-No files are created or removed.
+No files are created nor removed.
.
.SS "Operation modifiers"
.TP
@@ -133,7 +131,7 @@ No files are created or removed.
high compression
.TP
-.BR \-f ", " --force
+.BR \-f ", " --[no-]force
This option has several effects:
.RS
.IP \(bu 3
@@ -178,13 +176,15 @@ with the resulting compressed file named
.B \-BD
block dependency (improve compression ratio)
.TP
-.B \--no-frame-crc
+.B \--[no-]frame-crc
disable stream checksum (default:enabled)
.TP
-.B \--content-size
- compressed frame includes original size (default:not present)
+.B \--[no-]content-size
+ compressed file includes original size (default:not present)
+ Note : this option can only be activated when the original size can be determined,
+hence for a file. It won't work with unknown source size, such as stdin pipe.
.TP
-.B \--sparse
+.B \--[no-]sparse
enable sparse file (default:disabled)(experimental)
.TP
.B \-l