diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-03-19 13:08:22 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-03-19 13:08:22 +0200 |
commit | 4eb83e32046a6d670862bc91c3d82530963b455e (patch) | |
tree | 27bf7f51bab90921187310dba4eac464bbee9e0f /src/scripts/xzdiff.1 | |
parent | xz: Add --block-size=SIZE. (diff) | |
download | xz-4eb83e32046a6d670862bc91c3d82530963b455e.tar.xz |
Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.
Diffstat (limited to 'src/scripts/xzdiff.1')
-rw-r--r-- | src/scripts/xzdiff.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/scripts/xzdiff.1 b/src/scripts/xzdiff.1 index d97f3cb8..b33670ca 100644 --- a/src/scripts/xzdiff.1 +++ b/src/scripts/xzdiff.1 @@ -6,7 +6,7 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZDIFF 1 "2010-09-27" "Tukaani" "XZ Utils" +.TH XZDIFF 1 "2011-03-19" "Tukaani" "XZ Utils" .SH NAME xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files .SH SYNOPSIS @@ -33,8 +33,9 @@ on files compressed with .BR xz (1), .BR lzma (1), .BR gzip (1), +.BR bzip2 (1), or -.BR bzip2 (1). +.BR lzop (1). All options specified are passed directly to .BR cmp (1) or @@ -66,6 +67,7 @@ are provided for backward compatibility with LZMA Utils. .BR xz (1), .BR gzip (1), .BR bzip2 (1), +.BR lzop (1), .BR zdiff (1) .SH BUGS Messages from the |