diff options
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 |