From: Collin Funk Date: Wed, 17 Jul 2024 02:18:22 +0000 (-0700) Subject: announce-gen: Add bug reporting address to --help. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=92908fcbc65f83951176591412edd8b4cc7a2eea;p=gnulib.git announce-gen: Add bug reporting address to --help. * build-aux/announce-gen (usage): Add bug reporting address. --- diff --git a/ChangeLog b/ChangeLog index 7bcb133557..10d712f5d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2024-07-16 Collin Funk + announce-gen: Add bug reporting address to --help. + * build-aux/announce-gen (usage): Add bug reporting address. + useless-if-before-free: Add bug reporting address to --help. * build-aux/useless-if-before-free (usage): Add bug reporting address. diff --git a/build-aux/announce-gen b/build-aux/announce-gen index a412853429..4b7ba07165 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -35,7 +35,7 @@ eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2024-07-14 03:11'; # UTC +my $VERSION = '2024-07-17 02:16'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -102,6 +102,7 @@ The following are optional: --help display this help and exit --version output version information and exit +Send patches and bug reports to . EOF } exit $exit_code;