diff options
Diffstat (limited to 'doc/lzdiff.1')
-rw-r--r-- | doc/lzdiff.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/lzdiff.1 b/doc/lzdiff.1 new file mode 100644 index 0000000..b531605 --- /dev/null +++ b/doc/lzdiff.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH LZDIFF "1" "May 2009" "Lzdiff 0.5" "User Commands" +.SH NAME +Lzdiff \- manual page for Lzdiff 0.5 +.SH SYNOPSIS +.B lzdiff +[\fIOPTIONS\fR] [\fIDIFF_OPTIONS\fR] \fIFILE1 \fR[\fIFILE2\fR] +.SH DESCRIPTION +Lzdiff \- Diff/cmp wrapper for compressed files. +.PP +Lzdiff is a wrapper script around the diff and cmp commands that allows +transparent comparison of any combination of compressed and +non\-compressed files. If any given file is compressed, its uncompressed +content is used. The supported compressors are gzip, bzip2 and lzip. +.PP +Compares FILE1 to FILE2. If FILE2 is omitted, compares FILE1 to the +uncompressed contents of FILE1.[gz|bz2|lz] (depending on the default +compressor selected). DIFF_OPTIONS are passed directly to diff or cmp. +The exit status from diff or cmp is preserved. +.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\-\-gzip\fR +use gzip as default decompressor +.TP +\fB\-\-bzip2\fR +use bzip2 as default decompressor +.TP +\fB\-\-lzip\fR +use lzip as default decompressor (default) +.TP +\fB\-\-diff\fR +use diff to compare files (default) +.TP +\fB\-\-cmp\fR +use cmp to compare files +.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. +This script is free software: you have unlimited permission +to copy, distribute and modify it. |