grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/src/grep.c,v


From: Karl Berry
Subject: Changes to grep/src/grep.c,v
Date: Sun, 01 Feb 2009 22:09:26 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Karl Berry <karl>       09/02/01 22:09:26

Index: grep.c
===================================================================
RCS file: /sources/grep/grep/src/grep.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- grep.c      1 Feb 2009 01:33:37 -0000       1.131
+++ grep.c      1 Feb 2009 22:09:26 -0000       1.132
@@ -1506,7 +1506,7 @@
 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\
 if any error occurs and -q was not given, the exit status is 2.\n"));
-      printf (_("\nReport bugs to: <%s>\n"), PACKAGE_BUGREPORT);
+      printf (_("\nReport bugs to: %s\n"), PACKAGE_BUGREPORT);
       printf (_("GNU Grep home page: <%s>\n"),
               "http://www.gnu.org/software/grep/";);
       fputs (_("General help using GNU software: 
<http://www.gnu.org/gethelp/>\n"),




reply via email to

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