diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-03 20:17:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-03-03 20:17:16 +0200 |
commit | 91aceb03c25d46e7a43a2489bbe823c878fa1910 (patch) | |
tree | b0f5e8f9da726bdc5a13b4c817d845004942e5fe /main.c | |
parent | f8b587f3c570b6a0508a30e94605c334e524fef4 (diff) | |
download | egawk-91aceb03c25d46e7a43a2489bbe823c878fa1910.tar.gz egawk-91aceb03c25d46e7a43a2489bbe823c878fa1910.tar.bz2 egawk-91aceb03c25d46e7a43a2489bbe823c878fa1910.zip |
Small fix in help message.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -634,7 +634,7 @@ 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\ +PLEASE do NOT try to report bugs by posting in comp.lang.awk,\n\ or by using a web forum such as Stack Overflow.\n\n"), fp); /* ditto */ |