[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.1-5-ge183886
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v3.1-5-ge183886 |
Date: |
Thu, 3 Aug 2017 16:07:23 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via e183886892343200fc8aac871768a979f7842d4e (commit)
from 3fb90a86a9aebe164bb4bb0e03f779ef8004d4d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=e183886892343200fc8aac871768a979f7842d4e
commit e183886892343200fc8aac871768a979f7842d4e
Author: Paul Eggert <address@hidden>
Date: Thu Aug 3 13:07:01 2017 -0700
doc: improve -o help
* src/grep.c (usage): Document that -o outputs only nonempty
matches (Bug#27931).
diff --git a/src/grep.c b/src/grep.c
index 8d22aec..dd338d9 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1949,7 +1949,7 @@ Output control:\n\
--label=LABEL use LABEL as the standard input file name prefix\n\
"));
printf (_("\
- -o, --only-matching show only the part of a line matching PATTERN\n\
+ -o, --only-matching show only nonempty parts of lines matching
PATTERN\n\
-q, --quiet, --silent suppress all normal output\n\
--binary-files=TYPE assume that binary files are TYPE;\n\
TYPE is 'binary', 'text', or 'without-match'\n\
-----------------------------------------------------------------------
Summary of changes:
src/grep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.1-5-ge183886,
Paul Eggert <=