diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-25 12:36:26 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-25 12:36:26 +0200 |
commit | 9f389b1079e0118d5619ca29207fd1da70753b3e (patch) | |
tree | 91f8906d9fd3be4c26e2344b1ef3fb140aa53f77 /main.c | |
parent | eea77e4b393b7c1841da887f590b5f5eab964ad4 (diff) | |
download | egawk-9f389b1079e0118d5619ca29207fd1da70753b3e.tar.gz egawk-9f389b1079e0118d5619ca29207fd1da70753b3e.tar.bz2 egawk-9f389b1079e0118d5619ca29207fd1da70753b3e.zip |
Small cleanups before making a tarball.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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\ |