aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--main.c6
-rw-r--r--test/ChangeLog4
-rw-r--r--test/badargs.ok6
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index abc0838c..10bf0872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (usage): Add URL for Bug reporting info to the help message.
+
2017-08-04 Arnold D. Robbins <arnold@skeeve.com>
* array.c, awk.h, awkgram.y, builtin.c, cint_array.c,
diff --git a/main.c b/main.c
index 1b5dc43c..cd032247 100644
--- a/main.c
+++ b/main.c
@@ -613,8 +613,10 @@ usage(int exitval, FILE *fp)
for this application. Please add _another line_ with the
address for translation bugs.
no-wrap */
- fputs(_("\nTo report bugs, see node `Bugs' in `gawk.info', which is\n\
-section `Reporting Problems and Bugs' in the printed version.\n\n"), 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);
/* ditto */
fputs(_("gawk is a pattern scanning and processing language.\n\
diff --git a/test/ChangeLog b/test/ChangeLog
index 0452ebab..b7225ce8 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * badargs.ok: Update after code changes.
+
2017-08-04 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am: Update copyright year.
diff --git a/test/badargs.ok b/test/badargs.ok
index cd66dda0..6b3d88bd 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -31,8 +31,10 @@ Short options: GNU long options: (extensions)
-t --lint-old
-V --version
-To report bugs, see node `Bugs' in `gawk.info', which is
-section `Reporting Problems and Bugs' in the printed version.
+To report bugs, see node `Bugs' in `gawk.info'
+which is section `Reporting Problems and Bugs' in the
+printed version. This same information may be found at
+https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.
gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.