From 1890351f3423627ba5c4c495402f32d7e9ed90b7 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 25 Sep 2020 03:35:18 +0200 Subject: Scripts: Add zstd support to xzgrep. Thanks to Adam Borowski. --- src/scripts/xzgrep.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/scripts/xzgrep.1') diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index 2a515e49..3ac4fadb 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -6,7 +6,7 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZGREP 1 "2011-03-19" "Tukaani" "XZ Utils" +.TH XZGREP 1 "2020-12-05" "Tukaani" "XZ Utils" .SH NAME xzgrep \- search compressed files for a regular expression .SH SYNOPSIS @@ -41,8 +41,9 @@ which may be either uncompressed or 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 grep (1). .PP @@ -54,8 +55,9 @@ and fed to When reading from standard input, .BR gzip (1), .BR bzip2 (1), +.BR lzop (1), and -.BR lzop (1) +.BR zstd (1) compressed files are not supported. .PP If @@ -94,4 +96,5 @@ or .BR gzip (1), .BR bzip2 (1), .BR lzop (1), +.BR zstd (1), .BR zgrep (1) -- cgit v1.2.3