aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-09 20:52:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-09 20:52:43 +0300
commit66a471664f2bf33b35a10db017a1f7ff194d5163 (patch)
treed12f9d6becc2c5bb21330c62ceb6668a06ab7df4 /test
parentd391c4885fbfcca9116fcabdb970f0a96934efc9 (diff)
downloadegawk-66a471664f2bf33b35a10db017a1f7ff194d5163.tar.gz
egawk-66a471664f2bf33b35a10db017a1f7ff194d5163.tar.bz2
egawk-66a471664f2bf33b35a10db017a1f7ff194d5163.zip
Add URL for bug reporting description to the help message.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/badargs.ok6
2 files changed, 8 insertions, 2 deletions
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.