diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:49:43 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:49:43 +0000 |
commit | 083c902a1bf6cd876dd4f683b7936a8246ec0cd9 (patch) | |
tree | a92dad44f2bad587e83d4080a70414d089367286 /doc/lzip.1 | |
parent | Adding debian version 1.10-1. (diff) | |
download | lzip-083c902a1bf6cd876dd4f683b7936a8246ec0cd9.tar.xz lzip-083c902a1bf6cd876dd4f683b7936a8246ec0cd9.zip |
Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/lzip.1')
-rw-r--r-- | doc/lzip.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH LZIP "1" "April 2010" "Lzip 1.10" "User Commands" +.TH LZIP "1" "September 2010" "Lzip 1.11" "User Commands" .SH NAME -Lzip \- data compressor based on the LZMA algorithm +Lzip \- reduces the size of files .SH SYNOPSIS .B lzip [\fIoptions\fR] [\fIfiles\fR] .SH DESCRIPTION -Lzip \- A data compressor based on the LZMA algorithm. +Lzip \- Data compressor based on the LZMA algorithm. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR @@ -31,7 +31,7 @@ overwrite existing output files keep (don't delete) input files .TP \fB\-m\fR, \fB\-\-match\-length=\fR<n> -set match length limit in bytes [80] +set match length limit in bytes [36] .TP \fB\-o\fR, \fB\-\-output=\fR<file> if reading stdin, place the output into <file> @@ -51,11 +51,11 @@ test compressed file integrity \fB\-v\fR, \fB\-\-verbose\fR be verbose (a 2nd \fB\-v\fR gives more) .TP -\fB\-1\fR .. \fB\-9\fR +\fB\-0\fR .. \fB\-9\fR set compression level [default 6] .TP \fB\-\-fast\fR -alias for \fB\-1\fR +alias for \fB\-0\fR .TP \fB\-\-best\fR alias for \fB\-9\fR |