From 274c86b0397198011756479218dd14262d9421ff Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Jul 2022 07:52:19 +0200 Subject: Merging upstream version 1.12~pre2. Signed-off-by: Daniel Baumann --- zgrep.cc | 154 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 83 insertions(+), 71 deletions(-) (limited to 'zgrep.cc') diff --git a/zgrep.cc b/zgrep.cc index 2ed569b..ef8db6b 100644 --- a/zgrep.cc +++ b/zgrep.cc @@ -79,26 +79,33 @@ void show_help() " -E, --extended-regexp is an extended regular expression\n" " -f, --file= obtain patterns from \n" " -F, --fixed-strings is a set of newline-separated strings\n" + " -G, --basic-regexp is a basic regular expression (default)\n" " -h, --no-filename suppress the prefixing file name on output\n" " -H, --with-filename print the file name for each match\n" " -i, --ignore-case ignore case distinctions\n" " -I ignore binary files\n" " -l, --files-with-matches only print names of files containing matches\n" " -L, --files-without-match only print names of files containing no matches\n" + " --label=