diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-13 17:00:17 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:16 +0200 |
commit | 109f1913d4824c8214d5bbd38ebebf62c37572da (patch) | |
tree | 2fccdb7a3e79699118d9d1c938c096ded8718ec3 /src/scripts/xzdiff.1 | |
parent | liblzma: Choose the range decoder variants using a bitmask macro. (diff) | |
download | xz-109f1913d4824c8214d5bbd38ebebf62c37572da.tar.xz |
Scripts: Add lz4 support to xzgrep and xzdiff.
Diffstat (limited to '')
-rw-r--r-- | src/scripts/xzdiff.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/scripts/xzdiff.1 b/src/scripts/xzdiff.1 index 5f556072..8f473eda 100644 --- a/src/scripts/xzdiff.1 +++ b/src/scripts/xzdiff.1 @@ -5,7 +5,7 @@ .\" .\" (Note that this file is not based on gzip's zdiff.1.) .\" -.TH XZDIFF 1 "2024-02-12" "Tukaani" "XZ Utils" +.TH XZDIFF 1 "2024-02-13" "Tukaani" "XZ Utils" .SH NAME xzcmp, xzdiff, lzcmp, lzdiff \- compare compressed files . @@ -48,8 +48,9 @@ are specified, they can be uncompressed files or files in formats that .BR gzip (1), .BR bzip2 (1), .BR lzop (1), +.BR zstd (1), or -.BR zstd (1) +.BR lz4 (1) can decompress. The required decompression commands are determined from the filename suffixes of @@ -91,4 +92,5 @@ is used. .BR gzip (1), .BR bzip2 (1), .BR lzop (1), -.BR zstd (1) +.BR zstd (1), +.BR lz4 (1) |