CVSROOT: /sources/grep
Module name: grep
Changes by: Karl Berry <karl> 09/01/30 01:55:29
Index: src/grep.c
===================================================================
RCS file: /sources/grep/grep/src/grep.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- src/grep.c 25 Jan 2009 02:07:37 -0000 1.129
+++ src/grep.c 30 Jan 2009 01:55:29 -0000 1.130
@@ -1507,6 +1507,11 @@
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 (_("GNU Grep home page: <%s>\n"),
+ "http://www.gnu.org/software/grep/");
+ fputs (_("General help using GNU software:
<http://www.gnu.org/gethelp/>\n"),
+ stdout);
+
}
exit (status);
}