grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6-6-g84d441a


From: Jim Meyering
Subject: grep branch, master, updated. v2.6-6-g84d441a
Date: Wed, 24 Mar 2010 11:47:13 +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  84d441aaf35dc778cd212b5d28ef3042f7748975 (commit)
      from  f97f85ccb2f30ea71982733f4ec058d726e0bea3 (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=84d441aaf35dc778cd212b5d28ef3042f7748975


commit 84d441aaf35dc778cd212b5d28ef3042f7748975
Author: Petr Písař <address@hidden>
Date:   Wed Mar 24 12:44:42 2010 +0100

    doc: translate new --help message
    
    * src/main.c: Translate "after_options".

diff --git a/src/main.c b/src/main.c
index 6c72650..e6be36b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1466,7 +1466,7 @@ Context control:\n\
   -U, --binary              do not strip CR characters at EOL (MSDOS)\n\
   -u, --unix-byte-offsets   report offsets as if CRs were not there (MSDOS)\n\
 \n"));
-      printf ("%s", after_options);
+      printf ("%s", _(after_options));
       printf (_("\
 With no FILE, or when FILE is -, read standard input.  If less than two 
FILEs\n\
 are given, assume -h.  Exit status is 0 if any line was selected, 1 
otherwise;\n\

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

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


hooks/post-receive
-- 
grep




reply via email to

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