diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2021-01-11 23:57:11 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2021-01-11 23:57:11 +0200 |
commit | 9cdabbeea891e8f1e7741b076f7db6ac05ae392a (patch) | |
tree | d99a8224031d573e1c4ef038fc800a6849a41c54 /src/scripts/xzdiff.1 | |
parent | Update THANKS. (diff) | |
download | xz-9cdabbeea891e8f1e7741b076f7db6ac05ae392a.tar.xz |
Scripts: Add zstd support to xzdiff.
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 b33670ca..90619119 100644 --- a/src/scripts/xzdiff.1 +++ b/src/scripts/xzdiff.1 @@ -6,7 +6,7 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZDIFF 1 "2011-03-19" "Tukaani" "XZ Utils" +.TH XZDIFF 1 "2021-01-11" "Tukaani" "XZ Utils" .SH NAME xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files .SH SYNOPSIS @@ -34,8 +34,9 @@ on files compressed with .BR lzma (1), .BR gzip (1), .BR bzip2 (1), +.BR lzop (1), or -.BR lzop (1). +.BR zstd (1). All options specified are passed directly to .BR cmp (1) or @@ -68,6 +69,7 @@ are provided for backward compatibility with LZMA Utils. .BR gzip (1), .BR bzip2 (1), .BR lzop (1), +.BR zstd (1), .BR zdiff (1) .SH BUGS Messages from the |