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/xzgrep.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 'src/scripts/xzgrep.1')
-rw-r--r-- | src/scripts/xzgrep.1 | 6 |
1 files changed, 4 insertions, 2 deletions
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) |