From 0b04553affdb4e15ffd4ef2a29840cad3fc4fc7a Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 3 Nov 2018 15:50:27 -0500 Subject: grep-cli: support Brotli/Zstd decompression Fixes #1099 --- src/app.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/app.rs b/src/app.rs index 037feec3..8639262f 100644 --- a/src/app.rs +++ b/src/app.rs @@ -2021,9 +2021,9 @@ This flag can be used with the -o/--only-matching flag. fn flag_search_zip(args: &mut Vec) { const SHORT: &str = "Search in compressed files."; const LONG: &str = long!("\ -Search in compressed files. Currently gz, bz2, xz, lzma and lz4 files are -supported. This option expects the decompression binaries to be available in -your PATH. +Search in compressed files. Currently gzip, bzip2, xz, LZ4, LZMA, Brotli and +Zstd files are supported. This option expects the decompression binaries to be +available in your PATH. This flag can be disabled with --no-search-zip. "); -- cgit v1.2.3