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  c29cfcefda8e5645505722c89718d34bd514e64b (commit)
      from  de190ee9bea99fba05a640dabd0775fa6dab2616 (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=c29cfcefda8e5645505722c89718d34bd514e64b


commit c29cfcefda8e5645505722c89718d34bd514e64b
Author: Benno Schulenberg <[email protected]>
Date:   Tue Feb 11 12:50:21 2014 +0100

    help: remove surplus newline
    
    * src/main.c (usage): Remove inconsistent \n introduced by previous
    patch.

diff --git a/src/main.c b/src/main.c
index afe76b7..bd20297 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1570,7 +1570,7 @@ Miscellaneous:\n\
   -s, --no-messages         suppress error messages\n\
   -v, --invert-match        select non-matching lines\n\
   -V, --version             display version information and exit\n\
-      --help                display this help text and exit\n\n"));
+      --help                display this help text and exit\n"));
       printf (_("\
 \n\
 Output control:\n\

-----------------------------------------------------------------------

Summary of changes:
 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep

Reply via email to