diff options
Diffstat (limited to 'doc/plzip.1')
-rw-r--r-- | doc/plzip.1 | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/plzip.1 b/doc/plzip.1 index 4a812c0..0fefe38 100644 --- a/doc/plzip.1 +++ b/doc/plzip.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH PLZIP "1" "December 2009" "Plzip 0.1" "User Commands" +.TH PLZIP "1" "January 2010" "Plzip 0.2" "User Commands" .SH NAME Plzip \- data compressor based on the LZMA algorithm .SH SYNOPSIS @@ -21,12 +21,27 @@ send output to standard output \fB\-d\fR, \fB\-\-decompress\fR decompress .TP +\fB\-f\fR, \fB\-\-force\fR +overwrite existing output files +.TP +\fB\-k\fR, \fB\-\-keep\fR +keep (don't delete) input files +.TP +\fB\-m\fR, \fB\-\-match\-length=\fR<n> +set match length limit in bytes [80] +.TP \fB\-n\fR, \fB\-\-threads=\fR<n> set the number of (de)compression threads .TP +\fB\-o\fR, \fB\-\-output=\fR<file> +if reading stdin, place the output into <file> +.TP \fB\-q\fR, \fB\-\-quiet\fR suppress all messages .TP +\fB\-s\fR, \fB\-\-dictionary\-size=\fR<n> +set dictionary size limit in bytes [8MiB] +.TP \fB\-t\fR, \fB\-\-test\fR test compressed file integrity .TP @@ -48,11 +63,11 @@ Numbers may be followed by a multiplier: k = kB = 10^3 = 1000, Ki = KiB = 2^10 = 1024, M = 10^6, Mi = 2^20, G = 10^9, Gi = 2^30, etc... .SH "REPORTING BUGS" Report bugs to lzip\-bug@nongnu.org -Lzip home page: http://www.nongnu.org/lzip/lzip.html +Plzip home page: http://www.nongnu.org/lzip/plzip.html .SH COPYRIGHT Copyright \(co 2009 Laszlo Ersek. .br -Copyright \(co 2009 Antonio Diaz Diaz. +Copyright \(co 2010 Antonio Diaz Diaz. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> .br This is free software: you are free to change and redistribute it. |