[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.9-21-g72ad859
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v2.9-21-g72ad859 |
Date: |
Wed, 07 Sep 2011 21:41:46 +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 72ad859d857dd8162078305dc4f8543650141998 (commit)
from a7e745b9d40e3c94cc5527a257c37f334fa0c9d0 (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=72ad859d857dd8162078305dc4f8543650141998
commit 72ad859d857dd8162078305dc4f8543650141998
Author: Jim Meyering <address@hidden>
Date: Wed Sep 7 23:41:22 2011 +0200
doc: use "file name" consistently in grep's --help output
* src/main.c (usage): Use "file name", not "filename" in descriptions
of --with-filename (-H), --no-filename (-h) and --label=LABEL.
Suggested by Sequoia McDowell.
bug: requires ru_RU.KOI8-R". [bug introduced in grep-2.9]
diff --git a/src/main.c b/src/main.c
index 2cdf82f..c70156f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1442,9 +1442,9 @@ Output control:\n\
-b, --byte-offset print the byte offset with output lines\n\
-n, --line-number print line number with output lines\n\
--line-buffered flush output on every line\n\
- -H, --with-filename print the filename for each match\n\
- -h, --no-filename suppress the prefixing filename on output\n\
- --label=LABEL print LABEL as filename for standard input\n\
+ -H, --with-filename print the file name for each match\n\
+ -h, --no-filename suppress the file name prefix on output\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\
-----------------------------------------------------------------------
Summary of changes:
src/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.9-21-g72ad859,
Jim Meyering <=