From 9f389b1079e0118d5619ca29207fd1da70753b3e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 25 Jan 2019 12:36:26 +0200 Subject: Small cleanups before making a tarball. --- main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index d75e9871..d42d1f43 100644 --- a/main.c +++ b/main.c @@ -24,7 +24,7 @@ */ /* FIX THIS BEFORE EVERY RELEASE: */ -#define UPDATE_YEAR 2018 +#define UPDATE_YEAR 2019 #include "awk.h" #include "getopt.h" @@ -633,7 +633,8 @@ usage(int exitval, FILE *fp) which is section `Reporting Problems and Bugs' in the\n\ printed version. This same information may be found at\n\ https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.\n\ -PLEASE do NOT try to report bugs by posting in comp.lang.awk.\n\n"), fp); +PLEASE do NOT try to report bugs by posting in comp.lang.awk,\n\n\ +or by using a web forum such as Stack Overflow.\n\n"), fp); /* ditto */ fputs(_("gawk is a pattern scanning and processing language.\n\ -- cgit v1.2.3