diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-03-19 13:08:22 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-03-19 13:08:22 +0200 |
commit | 4eb83e32046a6d670862bc91c3d82530963b455e (patch) | |
tree | 27bf7f51bab90921187310dba4eac464bbee9e0f /src/scripts/xzgrep.1 | |
parent | xz: Add --block-size=SIZE. (diff) | |
download | xz-4eb83e32046a6d670862bc91c3d82530963b455e.tar.xz |
Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.
Diffstat (limited to '')
-rw-r--r-- | src/scripts/xzgrep.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index a96f1b89..4bddbe2d 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -6,7 +6,7 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZGREP 1 "2010-09-27" "Tukaani" "XZ Utils" +.TH XZGREP 1 "2011-03-19" "Tukaani" "XZ Utils" .SH NAME xzgrep \- search compressed files for a regular expression .SH SYNOPSIS @@ -40,8 +40,9 @@ which may be either uncompressed or compressed with .BR xz (1), .BR lzma (1), .BR gzip (1), +.BR bzip2 (1), or -.BR bzip2 (1). +.BR lzop (1). All options specified are passed directly to .BR grep (1). .PP @@ -51,9 +52,10 @@ is specified, then standard input is decompressed if necessary and fed to .BR grep (1). When reading from standard input, -.BR gzip (1) +.BR gzip (1), +.BR bzip2 (1), and -.BR bzip2 (1) +.BR lzop (1) compressed files are not supported. .PP If @@ -92,4 +94,5 @@ or .BR xz (1), .BR gzip (1), .BR bzip2 (1), +.BR lzop (1), .BR zgrep (1) |