grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.1-6-gd7a308a


From: Jim Meyering
Subject: grep branch, master, updated. v3.1-6-gd7a308a
Date: Mon, 14 Aug 2017 01:46:32 -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  d7a308a7d54db953bf86d8e44728a011416eeac2 (commit)
      from  e183886892343200fc8aac871768a979f7842d4e (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=d7a308a7d54db953bf86d8e44728a011416eeac2


commit d7a308a7d54db953bf86d8e44728a011416eeac2
Author: Jim Meyering <address@hidden>
Date:   Sun Aug 13 22:44:55 2017 -0700

    maint: avoid newly-introduced syntax-check failure
    
    * src/grep.c (usage): Shorten --help line to 80, so
    "make syntax-check" passes once again.

diff --git a/src/grep.c b/src/grep.c
index dd338d9..a37e87b 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 nonempty parts of lines 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]