diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:59:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:59:56 +0000 |
commit | 5b876d2f480923c5b09428110f4c774c3bf0042e (patch) | |
tree | c5ae1a360938f34aa1f72d1e9ef6a595fa0346b4 /doc/lzip.1 | |
parent | Adding upstream version 1.15~pre3. (diff) | |
download | lzip-5b876d2f480923c5b09428110f4c774c3bf0042e.tar.xz lzip-5b876d2f480923c5b09428110f4c774c3bf0042e.zip |
Adding upstream version 1.15~rc1.upstream/1.15_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/lzip.1')
-rw-r--r-- | doc/lzip.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH LZIP "1" "July 2013" "Lzip 1.15-pre3" "User Commands" +.TH LZIP "1" "August 2013" "Lzip 1.15-rc1" "User Commands" .SH NAME Lzip \- reduces the size of files .SH SYNOPSIS @@ -70,7 +70,8 @@ Ki = KiB = 2^10 = 1024, M = 10^6, Mi = 2^20, G = 10^9, Gi = 2^30, etc... The bidimensional parameter space of LZMA can't be mapped to a linear scale optimal for all files. If your files are large, very repetitive, etc, you may need to use the \fB\-\-match\-length\fR and \fB\-\-dictionary\-size\fR -options directly to achieve optimal performance. +options directly to achieve optimal performance. For example, \fB\-9m64\fR +usually compresses executables more (and faster) than \fB\-9\fR. .PP Exit status: 0 for a normal exit, 1 for environmental problems (file not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or |