diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:03:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:03:48 +0200 |
commit | c2526c4c963c3f6f86f0f98cf58f87a80513e13f (patch) | |
tree | 5725908d4e96062f8ddb298b6a7c7ff55bd7b799 /main.c | |
parent | f5c665d78447a479a5cae95ddaaaf9035ce4e18b (diff) | |
download | egawk-c2526c4c963c3f6f86f0f98cf58f87a80513e13f.tar.gz egawk-c2526c4c963c3f6f86f0f98cf58f87a80513e13f.tar.bz2 egawk-c2526c4c963c3f6f86f0f98cf58f87a80513e13f.zip |
Don't post bugs to comp.lang.awk added to --help output.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -616,7 +616,8 @@ usage(int exitval, FILE *fp) fputs(_("\nTo report bugs, see node `Bugs' in `gawk.info'\n\ 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\n"), fp); +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); /* ditto */ fputs(_("gawk is a pattern scanning and processing language.\n\ |