diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:24:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:24:30 +0000 |
commit | 54ec5ca53eb5d88daf91b3a6fafdbea43d764fa7 (patch) | |
tree | ed32990f53223b13952aa9660c83c23cfa63eb18 /doc/lziprecover.1 | |
parent | Adding debian version 1.6~pre3-1. (diff) | |
download | lzip-54ec5ca53eb5d88daf91b3a6fafdbea43d764fa7.tar.xz lzip-54ec5ca53eb5d88daf91b3a6fafdbea43d764fa7.zip |
Merging upstream version 1.6.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/lziprecover.1')
-rw-r--r-- | doc/lziprecover.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/lziprecover.1 b/doc/lziprecover.1 new file mode 100644 index 0000000..6173847 --- /dev/null +++ b/doc/lziprecover.1 @@ -0,0 +1,35 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH LZIPRECOVER "1" "June 2009" "Lziprecover 1.6" "User Commands" +.SH NAME +Lziprecover \- manual page for Lziprecover 1.6 +.SH SYNOPSIS +.B lziprecover +[\fIoptions\fR] \fIfile\fR +.SH DESCRIPTION +Lziprecover \- Member recoverer program for lzip compressed files. +.PP +Searches for members in .lz files, and writes each member in its own .lz +file. You can then use `lzip \fB\-t\fR' to test the integrity of the resulting +files, and decompress those which are undamaged. +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-V\fR, \fB\-\-version\fR +output version information and exit +.TP +\fB\-q\fR, \fB\-\-quiet\fR +suppress all messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +be verbose (a 2nd \fB\-v\fR gives more) +.SH "REPORTING BUGS" +Report bugs to lzip\-bug@nongnu.org +Lzip home page: http://www.nongnu.org/lzip/lzip.html +.SH COPYRIGHT +Copyright \(co 2009 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. +There is NO WARRANTY, to the extent permitted by law. |