grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.16-15-gde190ee


From: Jim Meyering
Subject: grep branch, master, updated. v2.16-15-gde190ee
Date: Tue, 11 Feb 2014 05:41:01 +0000

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


commit de190ee9bea99fba05a640dabd0775fa6dab2616
Author: Benno Schulenberg <address@hidden>
Date:   Mon Feb 10 21:39:51 2014 +0100

    help: fix a line ending, and use the same word for similar things
    
    * src/main.c (usage): Change a stray 'n' to a newline, and use
    the word "display" for showing version info as for help text.

diff --git a/src/main.c b/src/main.c
index 54d9dfc..afe76b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1569,8 +1569,8 @@ Regexp selection and interpretation:\n"), program_name);
 Miscellaneous:\n\
   -s, --no-messages         suppress error messages\n\
   -v, --invert-match        select non-matching lines\n\
-  -V, --version             print version information and exit\n\
-      --help                display this help and exit\nn"));
+  -V, --version             display version information and exit\n\
+      --help                display this help text and exit\n\n"));
       printf (_("\
 \n\
 Output control:\n\

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

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


hooks/post-receive
-- 
grep



reply via email to

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