From 109f1913d4824c8214d5bbd38ebebf62c37572da Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 13 Feb 2024 17:00:17 +0200 Subject: Scripts: Add lz4 support to xzgrep and xzdiff. --- src/scripts/xzgrep.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/scripts/xzgrep.1') diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index d60a0516..63f012c9 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -5,7 +5,7 @@ .\" .\" (Note that this file is not based on gzip's zgrep.1.) .\" -.TH XZGREP 1 "2024-02-12" "Tukaani" "XZ Utils" +.TH XZGREP 1 "2024-02-13" "Tukaani" "XZ Utils" .SH NAME xzgrep \- search possibly-compressed files for patterns . @@ -45,8 +45,9 @@ with a suffix supported by .BR gzip (1), .BR bzip2 (1), .BR lzop (1), +.BR zstd (1), or -.BR zstd (1) +.BR lz4 (1) will be decompressed; all other files are assumed to be uncompressed. .PP @@ -139,4 +140,5 @@ or .BR bzip2 (1), .BR lzop (1), .BR zstd (1), +.BR lz4 (1), .BR zgrep (1) -- cgit v1.2.3