]> Savannah Git Hosting - gnulib.git/commitdiff
announce-gen: Add bug reporting address to --help.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 17 Jul 2024 02:18:22 +0000 (19:18 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 17 Jul 2024 02:18:22 +0000 (19:18 -0700)
* build-aux/announce-gen (usage): Add bug reporting address.

ChangeLog
build-aux/announce-gen

index 7bcb133557eab75f0608ad0b14970427ab17858f..10d712f5d2064d3fb4ae46a422929ff96aa8691b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2024-07-16  Collin Funk  <collin.funk1@gmail.com>
 
+       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.
 
index a412853429666d6d3808414dac275dc48658bac5..4b7ba07165a57755d37e517c9de79a143a1b3854 100755 (executable)
@@ -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 <bug-gnulib\@gnu.org>.
 EOF
     }
   exit $exit_code;